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');