fix
This commit is contained in:
parent
7f58103713
commit
6998361a48
|
|
@ -22,7 +22,7 @@ if(!check_function_exists("jCryption_load")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!check_function_exists("jCryption_get")) {
|
if(!check_function_exists("jCryption_get")) {
|
||||||
function jCryption_get($idx, $selector="") {
|
function jCryption_get($idx=0, $selector="") {
|
||||||
$s = array();
|
$s = array();
|
||||||
$s[] = "JCryption::decrypt();";
|
$s[] = "JCryption::decrypt();";
|
||||||
$s[] = sprintf("$(function(){$(\"%s\").jCryption(); });", $selector);
|
$s[] = sprintf("$(function(){$(\"%s\").jCryption(); });", $selector);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user