phpBMS

Changeset 716 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
01/05/10 16:44:39 (2 years ago)
Author:
brieb
Message:
  • Fixed problem with automatic update checking and changing application name
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/javascript/adminsettings.js

    r703 r716  
    317317        } catch(err) { 
    318318 
    319             alert(err); 
     319            return false; 
    320320 
    321321        }//end try/catch 
     
    357357        var updateResponse = updateObj.checkForUpdate(manual); 
    358358 
    359  
    360359        processSpan.style.display = "none"; 
     360 
     361        if(!updateResponse) 
     362            updateResponse.checked = false; 
     363 
    361364        if(updateResponse.checked == true){ 
    362365            date.value = updateResponse.date; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.