Small bugfix

The informations link was not displayed on stats and about pages
This commit is contained in:
Luc Didry
2014-02-20 11:41:55 +01:00
parent fc2b866238
commit f8807288c6
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -140,8 +140,6 @@
};
$('document').ready(function() {
$('.jsonly').show();
var firstview = ($("#first-view").prop('checked')) ? 1 : 0;
var deleteday = ($("#delete-day").prop('checked')) ? 1 : 0;
+5
View File
@@ -34,6 +34,11 @@
% end
%= javascript 'js/jquery-2.1.0.min.js'
%= javascript 'js/bootstrap.min.js'
%= javascript begin
$('document').ready(function() {
$('.jsonly').show();
});
% end
</head>
<body>
<div class="container">