Better css preview refresh?

This commit is contained in:
Jeremy Zhang 2017-09-20 04:01:32 +00:00
parent 24f6b72f17
commit cf9eafd9bf

View File

@ -112,7 +112,7 @@
function update_live_preview(refresh=false) {
if (refresh) {
$('#iframepreview')[0].contentWindow.location.reload(true);
$('#iframepreview').attr('src', $('#iframepreview').attr('src'));
return;
}
$("#live_preview_warning").show();