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 13:43:26 -07:00
|
|
|
@import compass
|
2013-03-05 18:08:57 -08:00
|
|
|
|
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
|
|
|
|
|
2011-08-07 15:23:44 -07:00
|
|
|
@import broken_image_reports/new
|
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
|
2011-08-02 19:42:56 -07:00
|
|
|
@import neopets_pages/new
|
2011-08-03 08:35:06 -07:00
|
|
|
@import neopets_users/form
|
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
|
2010-11-08 17:40:03 -08:00
|
|
|
@import outfits/edit
|
2011-03-23 15:23:01 -07:00
|
|
|
@import outfits/index
|
2010-11-05 15:45:05 -07:00
|
|
|
@import outfits/new
|
2010-11-13 14:26:14 -08:00
|
|
|
@import outfits/show
|
2010-11-05 17:09:03 -07:00
|
|
|
@import pets/bulk
|
2011-06-28 10:24:40 -07:00
|
|
|
@import static/donate
|
2011-07-02 14:09:42 -07:00
|
|
|
@import static/image_mode
|
2010-11-05 15:55:27 -07:00
|
|
|
@import static/terms
|
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
|