Skip to content

Commit

Permalink
Adding latest content
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 5, 2023
1 parent 76c193f commit 12dc204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
showTemplatePreview: function(templateURL){
this.iframeURL = 'about:blank';
if(window.innerWidth < 768){
window.open(url, '_blank');
window.open(templateURL, '_blank');
}else{
this.templatePreview=true;
let that = this;
Expand Down

0 comments on commit 12dc204

Please sign in to comment.