causefx 8 éve
szülő
commit
0f603674f9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -2009,7 +2009,7 @@ if(file_exists("images/settings2.png")) : $iconRotate = "false"; $settingsIcon =
 
 		$("li[class^='splash-item']").on('click vclick', function(){
 			var thisname = $(this).attr("name");
-			var splashTab = $("#tabList li[name^='" + thisname + "']");
+			var splashTab = $("#tabList li[name='" + thisname + "']");
 			splashTab.trigger("click");
 			$('.splash-modal').modal("hide");