Skip to content

Commit

Permalink
appending callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-ch committed May 21, 2022
1 parent bd58f06 commit 8d333f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/PageAssist.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function run()
$jsString = "window.guideRules=$options;window.guideLabels=$labels;";
if(!empty($this->introCallbacks)) {
$callbacks = $this->filterCallbacks();
$jsString = "window.guideCallbacks=$callbacks";
$jsString .= "window.guideCallbacks=$callbacks";
}

$view->registerJs($jsString);
Expand Down

0 comments on commit 8d333f2

Please sign in to comment.