summaryrefslogtreecommitdiffstats
path: root/web/statusbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/statusbar.js')
-rw-r--r--web/statusbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/statusbar.js b/web/statusbar.js
index 28e5ba4..69ff6be 100644
--- a/web/statusbar.js
+++ b/web/statusbar.js
@@ -3,7 +3,7 @@
* See LICENSE file for license details
*/
-define(["acf2/dom", "jquery"], function(dom, $) {
+define(["aconf/dom", "jquery"], function(dom, $) {
function set(status, msg, mode) {
$("#status").prop("class", status);
dom.setText($("#status p"), msg);