From 955f46709fdfddd609cf8dc8745c7fe49df3f7a6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Dec 2012 18:14:43 +0100 Subject: [PATCH] remove some whitespace --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index a22b53cd..1d0ec5ea 100644 --- a/index.js +++ b/index.js @@ -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) {