summaryrefslogtreecommitdiffstats
path: root/js/firstrun.js
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:16 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:47 +0200
commit1e37bc139bb28e6fe9b0dd0d477e2dbef5a2cab9 (patch)
treefa56b07316b914f39e2dd02b70a61b05b016b967 /js/firstrun.js
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'js/firstrun.js')
-rw-r--r--js/firstrun.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/firstrun.js b/js/firstrun.js
index 532b0e9cb..cc06fbccf 100644
--- a/js/firstrun.js
+++ b/js/firstrun.js
@@ -1,9 +1,7 @@
var News = News || {};
$(document).ready(function(){
-
- $('#browsebtn_firstrun, #cloudbtn_firstrun, #importbtn_firstrun').hide();
-
-});
+ $('#browsebtn_firstrun, #cloudbtn_firstrun, #importbtn_firstrun').hide();
+});