forked from OpenNeo/impress
Matchu
2876de2db0
We lose no-JS support, which I kinda miss, but caching is gonna be more important down the line. Delete form moves next, then we cache. CSRF token changes: it looks like, by setting a data attribute in AJAX, I was overwriting the CSRF token. I don't remember it working that way, but now we use beforeSend to add the X-CSRF-Token header instead, which is nicer, anyway. The issue might've been something else, but this worked :/ The CSS was also not showing the loading ellipsis properly. I think that's a dev-only issue in how live assets are being served versus static assets, but may as well add UTF-8 charset directives everywhere, anyway.
30 lines
602 B
Sass
30 lines
602 B
Sass
@charset "UTF-8"
|
|
|
|
@import compass
|
|
|
|
@import partials/clean/constants
|
|
@import partials/clean/mixins
|
|
|
|
@import layout
|
|
|
|
@import partials/jquery.jgrowl
|
|
|
|
@import broken_image_reports/new
|
|
@import closet_hangers/index
|
|
@import closet_hangers/petpage
|
|
@import closet_lists/form
|
|
@import neopets_pages/new
|
|
@import neopets_users/form
|
|
@import contributions/index
|
|
@import items
|
|
@import items/index
|
|
@import items/show
|
|
@import outfits/edit
|
|
@import outfits/index
|
|
@import outfits/new
|
|
@import outfits/show
|
|
@import pets/bulk
|
|
@import static/donate
|
|
@import static/image_mode
|
|
@import static/terms
|
|
@import users/top_contributors
|