[Web] Revert some style changes, mobile view should be fixes/better with bootstrap 4

This commit is contained in:
andryyy
2019-12-25 10:30:49 +01:00
parent 93c569c3ef
commit c87fdd21c5
5 changed files with 2 additions and 17 deletions

View File

@@ -56,13 +56,6 @@ $(document).ready(function() {
'use strict';
if ($('a[data-toggle="tab"]').length) {
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$("ul.nav-tabs li a").parent().find("a").each(function(){
var t = $(this).text();
t = t.replace(/^⤏ /, '');
$(this).text(t);
});
$(this).prepend("⤏ ");
if ($(this).data('dont-remember') == 1) {
return true;
}