remove some whitespace

This commit is contained in:
rolux 2012-12-29 18:14:43 +01:00
parent 74debe7363
commit 955f46709f

View file

@ -260,7 +260,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
loadScreen: function(callback) {
app.setTheme(app.user.theme);
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({
load: function() {
Ox.$('body')
@ -600,7 +600,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
id = '';
}
$panel.find('.item.selected').removeClass('selected');
id && $panel.find('.item#' + id).addClass('selected');
id && $panel.find('.item#' + id).addClass('selected');
Ox.get('readme/' + (
id || 'index/readme'
) + '.html?' + salt, function(html) {