Changeset 2234

Show
Ignore:
Timestamp:
07/24/08 00:52:23 (6 months ago)
Author:
ringmaster
Message:

Merging r2230 from trunk to makaanga.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • makaanga/0.x/htdocs/system/installer/script.js

    r1734 r2234  
    7474                } 
    7575            }, 
    76             error: handleAjaxError, 
     76            error: handleAjaxError 
    7777        }); 
    7878    } 
     
    113113                } 
    114114            }, 
    115             error: handleAjaxError, 
     115            error: handleAjaxError 
    116116        }); 
    117117    } 
     
    122122            data: { // Ask InstallHandler::ajax_check_sqlite_credentials to check the credentials 
    123123                ajax_action: 'check_sqlite_credentials', 
    124                 file: $('#databasefile').val(), 
     124                file: $('#databasefile').val() 
    125125            }, 
    126126            success: function(xml) { 
     
    148148                } 
    149149            }, 
    150             error: handleAjaxError, 
     150            error: handleAjaxError 
    151151        }); 
    152152    }