mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-06 17:03:25 +02:00
Small bugfix
The informations link was not displayed on stats and about pages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user