init.js->pandora.js
This commit is contained in:
parent
c01ca5f0d8
commit
a1d9a08e36
4 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
|
||||
// FIXME: this should be named pandora.js
|
||||
|
||||
/*
|
||||
---- UI Tree ----
|
||||
appPanel
|
||||
|
|
@ -179,7 +177,7 @@ appPanel
|
|||
});
|
||||
});
|
||||
} else {
|
||||
Ox.loadFile(prefix + 'js/pandora.js', callback);
|
||||
Ox.loadFile(prefix + 'js/pandora.min.js', callback);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue