This commit is contained in:
Julian Lam
2015-02-18 15:41:44 -05:00
parent 502e806f88
commit 6a69fcd4cd
2 changed files with 5 additions and 2 deletions

View File

@@ -58,7 +58,8 @@ define('admin/appearance/skins', function() {
url: theme.preview,
css: theme.cssCdn
};
})
}),
showRevert: true
}, function(html) {
themeContainer.html(html);
});