This commit is contained in:
Namhyeon Go 2019-05-20 18:04:44 +09:00
parent 7f58103713
commit 6998361a48

View File

@ -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);