Skip to content

Commit

Permalink
perhaps stop IE7 moaning
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@176 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 21, 2011
1 parent 1efdf40 commit f24e22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_code/scripts/template_management.js
Expand Up @@ -1176,6 +1176,7 @@ function tutorial_created(){

if (xmlHttp.readyState==4){
if( typeof xmlHttp.responseText == 'string' ) {
response = String(response);
response = xmlHttp.responseText.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" );
Expand Down

0 comments on commit f24e22b

Please sign in to comment.