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:
@@ -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;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user