Skip to content

Commit

Permalink
📦 Update redistributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Nov 30, 2019
1 parent 8331984 commit 717422b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ public function OnDisplayProperties($oObject, WebPage $oPage, $bEditMode = false
// Initializing widget
$('.field_container').each(function(){
var me = $(this);
var iImageMaxWidth =; {$iImageMaxWidth};
var bEditMode =; {$sEditModeAsString};
var aAttCodes =; {$sAttCodesAsJSON};
var iImageMaxWidth = {$iImageMaxWidth};
var bEditMode = {$sEditModeAsString};
var aAttCodes = {$sAttCodesAsJSON};
var sFieldAttCode = me.attr('data-attcode');
// Stop if not a markdown field
Expand Down

0 comments on commit 717422b

Please sign in to comment.