You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
fix jquery bugs
This commit is contained in:
@@ -354,7 +354,7 @@ function getActive($url)
|
||||
{
|
||||
$arr = $_SERVER['SCRIPT_NAME'];
|
||||
if (strpos($arr, $url)) {
|
||||
return 'class="active"';
|
||||
return ' class="active"';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user