IE8 support, general cleanups, from native to $ objects ...

This commit is contained in:
akhoury
2014-02-26 21:55:29 -05:00
parent b59c10a1e9
commit 1b207d8276
32 changed files with 714 additions and 812 deletions

View File

@@ -1,5 +1,5 @@
define(['forum/admin/settings'], function(Settings) {
jQuery('document').ready(function() {
$(function() {
Settings.prepare();
});
});