forked from 0x2620/oxjs
remove unneeded Ox. prefix from path and file names
This commit is contained in:
parent
4138e4e558
commit
51696562f1
1365 changed files with 43 additions and 43 deletions
4
index.js
4
index.js
|
|
@ -10,7 +10,7 @@ window.onerror = function(error, url) {
|
|||
warning.style.margin = '16px';
|
||||
document.body.appendChild(warning);
|
||||
}
|
||||
logo.src = 'source/Ox.UI/themes/oxlight/png/logo128.png';
|
||||
logo.src = 'source/UI/themes/oxlight/png/logo128.png';
|
||||
document.body.style.backgroundColor = 'rgb(224, 224, 224)';
|
||||
document.body.style.color = 'rgb(64, 64, 64)';
|
||||
document.body.style.fontFamily = [
|
||||
|
|
@ -160,7 +160,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
|||
return css;
|
||||
},
|
||||
getSRC: function(element) {
|
||||
return 'build/Ox.UI/themes/' + app.user.theme + '/' + {
|
||||
return 'build/UI/themes/' + app.user.theme + '/' + {
|
||||
icon: 'png/icon16.png',
|
||||
loading: 'svg/symbolLoading.svg',
|
||||
logo: 'png/logo128.png'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue