Skip to content

Commit

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

if (xmlHttp.readyState==4){
alert(xmlHttp.responseText.len);
response = xmlHttp.responseText.trim();

if(response!=""){
Expand Down

0 comments on commit bb0a2e5

Please sign in to comment.