This commit is contained in:
albert
2013-02-24 17:04:10 -05:00
parent 1e758a7f7f
commit cd3f2483f8

View File

@@ -55,6 +55,9 @@
Danbooru.PostModeMenu.change = function(e) {
$("#quick-edit-div").slideUp("fast");
var s = $("#mode-box select").val();
if (s === undefined) {
return;
}
var $body = $(document.body);
$body.removeClass();
$body.addClass("mode-" + s);