forked from 0x2620/oxjs
fixing paths in Ox.UI
This commit is contained in:
parent
60ca706912
commit
fd58906e04
13 changed files with 23 additions and 23 deletions
|
|
@ -102,7 +102,7 @@ Ox.load.UI = function(options, callback) {
|
|||
}).join(' ');
|
||||
div.addClass('OxError');
|
||||
browsers.forEach(function(browser) {
|
||||
browser.src = Ox.PATH + 'png/ox.ui/browser' + browser.name + '128.png';
|
||||
browser.src = Ox.PATH + 'png/Ox.UI/browser' + browser.name + '128.png';
|
||||
Ox.loadFile(browser.src, function() {
|
||||
++counter == browsers.length && showIcons();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue