make navigation noscript friendly

This commit is contained in:
2018-08-06 22:33:07 +02:00
parent ace61f2a07
commit 78a586328b
7 changed files with 38 additions and 22 deletions
-3
View File
@@ -7,9 +7,6 @@ require('./modules/form-autoalias')
require('./vue-init')
$(function () {
// Remove all noscript from forms etc
$('noscript').remove();
// Bootstrap tooltips
$('[data-toggle="tooltip"]').tooltip({
container: 'body'
+4
View File
@@ -29,3 +29,7 @@
.pointer {
cursor: pointer;
}
.noscript-hide {
display: none;
}
@@ -1,5 +1,5 @@
@media (max-width:767px) {
.mobile-only {
.no-mobile {
display: none;
}