fixed ACP from previous commit

This commit is contained in:
psychobunny
2014-10-08 16:08:35 -04:00
parent 0f759f9df4
commit ed60deb3f5
22 changed files with 26 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
/*global define, app, socket, ajaxify, RELATIVE_PATH */
define('forum/admin/settings', ['uploader', 'sounds'], function(uploader, sounds) {
define('admin/settings', ['uploader', 'sounds'], function(uploader, sounds) {
var Settings = {};
Settings.init = function() {