Corrected minor javascript bug in template preview: "k is not a function"
This commit is contained in:
parent
cd425b9426
commit
73ff2b839d
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@
|
|||
fixedcenter : true,
|
||||
constraintoviewport : true
|
||||
});
|
||||
$event.on('previewFetch', 'click', fetch);
|
||||
$event.on('previewFetch', 'click', function() { fetch() });
|
||||
$event.on('preview', 'click', render);
|
||||
$event.on('previewConfig', 'click', runConfigDialog);
|
||||
$event.on('previewConfigClose', 'click', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue