includes/clientside/static/ajax.js
changeset 30 7e8fd44b36b0
parent 29 e5484a9e0818
child 32 4d87aad3c4c0
equal deleted inserted replaced
29:e5484a9e0818 30:7e8fd44b36b0
   580           alert('Error occurred during attempt to change theme:\n' + ajax.responseText);
   580           alert('Error occurred during attempt to change theme:\n' + ajax.responseText);
   581         }
   581         }
   582       }
   582       }
   583     });
   583     });
   584   
   584   
   585   return true;
   585   return false;
   586   
   586   
   587 }
   587 }
   588 
   588 
   589 function themeid_to_title(id)
   589 function themeid_to_title(id)
   590 {
   590 {