make navigation noscript friendly
This commit is contained in:
Vendored
-3
@@ -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'
|
||||
|
||||
Vendored
+4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user