summaryrefslogtreecommitdiffstats
path: root/js/firstrun.js
blob: cc06fbccfa715018444fd30e0e03b70663c9488e (plain)
1
2
3
4
5
6
7
var News = News || {};

$(document).ready(function(){

	$('#browsebtn_firstrun, #cloudbtn_firstrun, #importbtn_firstrun').hide();

});