Update jcryption.lnk.php
This commit is contained in:
parent
6fa689b26f
commit
1f0307edc7
|
@ -20,3 +20,9 @@ if(!function_exists("jcryption_get_code")) {
|
|||
return "JCryption::decrypt();";
|
||||
}
|
||||
}
|
||||
|
||||
if(!function_exists("jcryption_get_jscode")) {
|
||||
function jcryption_get_jscode($selector) {
|
||||
return "$(function() { $(" . $selector . ").jCryption(); });";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user