1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Language tables GUI cleanup. data-return option added to e-expandit selector.

This commit is contained in:
Cameron
2015-07-04 11:22:41 -07:00
parent a0e91828d6
commit 6d4d02116b
2 changed files with 29 additions and 11 deletions

View File

@@ -75,6 +75,12 @@ $(document).ready(function()
$('#'+ this).slideToggle("slow");
});
if($(this).attr("data-return")==='true')
{
return true;
}
return false;
}