Skip to content

Commit

Permalink
Initial state/DOM handling + refining rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jul 17, 2024
1 parent 9dfc4aa commit f2e4b56
Show file tree
Hide file tree
Showing 12 changed files with 212 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ public function js_call_amd($fullmodule, $func = null, $params = []) {
$jsonparams[] = json_encode($param);
}
$strparams = implode(', ', $jsonparams);
if ($CFG->debugdeveloper) {
if ($CFG->debugdeveloper && $fullmodule !== 'core_form/form') {
$toomanyparamslimit = 1024;
if (strlen($strparams) > $toomanyparamslimit) {
debugging('Too much data passed as arguments to js_call_amd("' . $fullmodule . '", "' . $func .
Expand Down
2 changes: 1 addition & 1 deletion lib/form/amd/build/form.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2e4b56

Please sign in to comment.