mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
updated where to remove select programmatically
This commit is contained in:
2
public/dist/main.min.js
vendored
2
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -323,7 +323,6 @@ var Frontpage = {
|
||||
}
|
||||
$("body").css("background-color", "#2d2d2d");
|
||||
$("#offline-mode").tooltip("remove");
|
||||
$('select').material_select('destroy');
|
||||
$.ajax({
|
||||
url: new_channel + "/public/php/index.php",
|
||||
|
||||
@@ -348,6 +347,7 @@ var Frontpage = {
|
||||
|
||||
var response = $("<div>" + e + "</div>");
|
||||
|
||||
$('select').material_select('destroy');
|
||||
$(".mega").remove();
|
||||
$(".mobile-search").remove();
|
||||
$("main").attr("class", "container center-align main");
|
||||
|
||||
Reference in New Issue
Block a user