Commit 2d027380 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+window name

parent 7c257729
...@@ -349,12 +349,16 @@ var preview_tab; ...@@ -349,12 +349,16 @@ var preview_tab;
function previews_activate() { function previews_activate() {
/*
if (preview_tab){ if (preview_tab){
preview_tab.location.reload(); preview_tab.location.reload();
preview_tab.focus(); preview_tab.focus();
}else{ }else{
preview_tab = open("preview.html"); preview_tab = open("preview.html");
} }
*/
preview_tab = open("preview.html","preview");
/* /*
if (!$("#previews").is(":visible")) { if (!$("#previews").is(":visible")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment