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
|
2024-09-05 16:18:48 -07:00
|
|
|
@import responsive
|
2010-11-05 13:43:26 -07:00
|
|
|
|
2010-11-10 13:59:54 -08:00
|
|
|
@import partials/jquery.jgrowl
|
|
|
|
|
2024-01-24 06:53:37 -08:00
|
|
|
@import alt_styles/index
|
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
|
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
|
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
|
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
|