mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Language tables GUI cleanup. data-return option added to e-expandit selector.
This commit is contained in:
@@ -75,6 +75,12 @@ $(document).ready(function()
|
||||
|
||||
$('#'+ this).slideToggle("slow");
|
||||
});
|
||||
|
||||
if($(this).attr("data-return")==='true')
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user