don't initialize taskbar until dom is ready

This commit is contained in:
psychobunny
2014-11-15 14:47:22 -05:00
parent 9d56f50967
commit b511bc37fb
2 changed files with 6 additions and 5 deletions

View File

@@ -585,6 +585,10 @@ var socket,
});
}
});
require(['taskbar'], function(taskbar) {
taskbar.init();
});
});
};