remove some whitespace
This commit is contained in:
parent
74debe7363
commit
955f46709f
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -260,7 +260,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
||||||
loadScreen: function(callback) {
|
loadScreen: function(callback) {
|
||||||
app.setTheme(app.user.theme);
|
app.setTheme(app.user.theme);
|
||||||
app.$ui.screen = app.ui.screen();
|
app.$ui.screen = app.ui.screen();
|
||||||
app.$ui.loading = app.ui.loading();
|
app.$ui.loading = app.ui.loading();
|
||||||
app.$ui.logo = app.ui.logo().one({
|
app.$ui.logo = app.ui.logo().one({
|
||||||
load: function() {
|
load: function() {
|
||||||
Ox.$('body')
|
Ox.$('body')
|
||||||
|
@ -600,7 +600,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
||||||
id = '';
|
id = '';
|
||||||
}
|
}
|
||||||
$panel.find('.item.selected').removeClass('selected');
|
$panel.find('.item.selected').removeClass('selected');
|
||||||
id && $panel.find('.item#' + id).addClass('selected');
|
id && $panel.find('.item#' + id).addClass('selected');
|
||||||
Ox.get('readme/' + (
|
Ox.get('readme/' + (
|
||||||
id || 'index/readme'
|
id || 'index/readme'
|
||||||
) + '.html?' + salt, function(html) {
|
) + '.html?' + salt, function(html) {
|
||||||
|
|
Loading…
Reference in a new issue