Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Jul 18, 2012
1 parent c681ebd commit 1582b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/scripts/template_management.js
Expand Up @@ -1195,7 +1195,7 @@ function tutorial_created(){
response = String(xmlHttp.responseText);
response = response.trim();
if(response!=""){
var neweditorwindow = window.open(site_url + url_return("edit" , xmlHttp.responseText.split(" ").join("")), "editwindow" + xmlHttp.responseText.split(" ").join(""), "height=665, width=800, resizable=" + screen.height > 600 ? 'yes' : 'no' );
var neweditorwindow = window.open(site_url + url_return("edit" , xmlHttp.responseText.split(" ").join("")), "editwindow" + xmlHttp.responseText.split(" ").join(""), "height=665, width=800");
new_file = xmlHttp.responseText;
neweditorwindow.window_reference = self;
neweditorwindow.focus();
Expand Down

0 comments on commit 1582b31

Please sign in to comment.