fully functional editor
This commit is contained in:
@@ -156,3 +156,8 @@ window.receiptLanguage = {
|
||||
return '';
|
||||
}
|
||||
};
|
||||
|
||||
window.setPreviewContent = function(html) {
|
||||
var iframe = document.getElementById('preview-iframe');
|
||||
if (iframe) iframe.srcdoc = html;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user