1
0
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:
CaMer0n
2012-06-17 10:27:09 +00:00
parent 5032fe7e84
commit e68c582e5b
6 changed files with 49 additions and 13 deletions

View File

@@ -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();