Move closet-hangers-update form from partial to JS
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.
2013-06-22 15:27:00 -07:00
|
|
|
@charset "UTF-8"
|
|
|
|
|
2010-11-05 15:45:05 -07:00
|
|
|
@import partials/clean/constants
|
|
|
|
@import partials/clean/mixins
|
2010-11-05 13:43:26 -07:00
|
|
|
|
2010-11-05 15:45:05 -07:00
|
|
|
@import layout
|
2010-11-05 13:43:26 -07:00
|
|
|
|
2010-11-10 13:59:54 -08:00
|
|
|
@import partials/jquery.jgrowl
|
|
|
|
|
2015-08-05 16:26:12 -07:00
|
|
|
@import campaigns/show
|
2011-07-12 17:03:04 -07:00
|
|
|
@import closet_hangers/index
|
2011-07-30 23:48:16 -07:00
|
|
|
@import closet_hangers/petpage
|
2011-07-26 17:27:23 -07:00
|
|
|
@import closet_lists/form
|
2014-09-09 20:04:17 -07:00
|
|
|
@import donations/show
|
2015-07-27 10:25:24 -07:00
|
|
|
@import neopets_page_import_tasks/new
|
2010-11-06 08:52:58 -07:00
|
|
|
@import contributions/index
|
2010-11-05 15:45:05 -07:00
|
|
|
@import items
|
2010-11-05 13:43:26 -07:00
|
|
|
@import items/index
|
|
|
|
@import items/show
|
2011-03-23 15:23:01 -07:00
|
|
|
@import outfits/index
|
2010-11-05 15:45:05 -07:00
|
|
|
@import outfits/new
|
2010-11-05 17:09:03 -07:00
|
|
|
@import pets/bulk
|
2011-07-02 14:09:42 -07:00
|
|
|
@import static/image_mode
|
2023-10-12 17:51:44 -07:00
|
|
|
@import static/pardon_our_dust
|
2010-11-05 15:55:27 -07:00
|
|
|
@import static/terms
|
2015-05-03 14:57:42 -07:00
|
|
|
@import swf_assets/links
|
Move closet-hangers-update form from partial to JS
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.
2013-06-22 15:27:00 -07:00
|
|
|
@import users/top_contributors
|