phpBMS

Show
Ignore:
Timestamp:
01/21/10 10:47:19 (2 years ago)
Author:
brieb
Message:
  • Fixes #407 - Various typos and syntax warnings
Location:
trunk/phpbms/common/javascript
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/queryfunctions.js

    r728 r769  
    3838window.onload=function(){ 
    3939 
    40         var sqlbttn=getObjectFromID("showSQLButton");; 
     40        var sqlbttn=getObjectFromID("showSQLButton"); 
    4141 
    4242        if(sqlbttn){ 
  • trunk/phpbms/common/javascript/smartsearch.js

    r703 r769  
    505505                connect(smartSearches[i], "onblur", smartSearch.blurDisplay); 
    506506 
    507                 var ssID = smartSearches[i].id.substr(3); 
     507                ssID = smartSearches[i].id.substr(3); 
    508508 
    509509                smartSearch.displayValue[ssID] = smartSearches[i].value; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.