summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-30 07:13:27 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-30 07:13:27 -0400
commit7e2f2272794c58a5a944a2904e3980c056e4a38e (patch)
treeee8f5a111b7107ab7bb95e1623c2512bdf9fa710 /js/news.js
parentc1e949699ed371e7d1328885e9795c0b8736b3c0 (diff)
change look of firstrun page
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/js/news.js b/js/news.js
index b1c1fc8ce..f45d9c135 100644
--- a/js/news.js
+++ b/js/news.js
@@ -658,16 +658,15 @@ $(document).ready(function(){
News.Feed.load($(this).attr('data-id'));
});
- $('#addfeed_dialog_firstrun').hide();
+ /* first run script begins */
+ $('#browsebtn_firstrun, #cloudbtn_firstrun, #importbtn_firstrun').hide();
+
+ /* first run script ends */
$('#addfeed').click(function() {
News.UI.overview('#addfeed_dialog','feeddialog.php');
});
- $('#addfeedbtn').click(function() {
- $(this).hide();
- $('#addfeed_dialog_firstrun').show();
- });
$('#addfolder').click(function() {
News.UI.overview('#addfolder_dialog','folderdialog.php');