From 40a30118a6992efe715ada276e6b92f508d7240b Mon Sep 17 00:00:00 2001 From: cTn Date: Fri, 14 Feb 2014 21:53:29 +0100 Subject: [PATCH] removing obsolete code --- tabs/default.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tabs/default.js b/tabs/default.js index 8e917acd4e..3452e6e363 100644 --- a/tabs/default.js +++ b/tabs/default.js @@ -2,11 +2,6 @@ function tab_initialize_default() { $('#content').load("./tabs/default.html", function() { GUI.active_tab = 'default'; - // handle smaller resolution - if (screen.height <= 600) { - $('p.created').hide(); - } - // load changelog content $('div.changelog.configurator .wrapper').load('./changelog.html');