mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Better css preview refresh?
This commit is contained in:
parent
24f6b72f17
commit
cf9eafd9bf
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user