1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Some method naming cleanup.

This commit is contained in:
Cameron
2012-12-06 20:34:57 -08:00
parent b42d87e6bf
commit 29f23c05ea
14 changed files with 215 additions and 97 deletions

View File

@@ -34,7 +34,7 @@ $(document).ready(function()
if(href == '' && $(this).attr("data-target"))
{
href = $(this).attr("data-target");
href = '#' + $(this).attr("data-target");
}
@@ -47,7 +47,7 @@ $(document).ready(function()
//var id = $(this).attr("href");
$('#'+href).toggle("slow");
$(href).toggle("slow");
return false;
});