mirror of
https://github.com/e107inc/e107.git
synced 2025-10-17 15:56:25 +02:00
Comment prefs and some jquery fixes on the prefs page.
This commit is contained in:
@@ -78,6 +78,9 @@ $(document).ready(function()
|
||||
// Admin Prefs Navigation
|
||||
|
||||
$(".plugin-navigation a").click(function () {
|
||||
|
||||
// alert(document.location.hash);
|
||||
|
||||
$(".plugin-navigation a").each(function(index) {
|
||||
var ot = $(this).attr("href");
|
||||
$(ot).hide();
|
||||
|
Reference in New Issue
Block a user