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, ajaxify, app, socket, RELATIVE_PATH*/
define('forum/admin/general/dashboard', ['semver'], function(semver) {
define('admin/general/dashboard', ['semver'], function(semver) {
var Admin = {},
intervals = {
rooms: false,