Changeset 2234
- Timestamp:
- 07/24/08 00:52:23 (6 months ago)
- Files:
-
- 1 modified
-
makaanga/0.x/htdocs/system/installer/script.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
makaanga/0.x/htdocs/system/installer/script.js
r1734 r2234 74 74 } 75 75 }, 76 error: handleAjaxError ,76 error: handleAjaxError 77 77 }); 78 78 } … … 113 113 } 114 114 }, 115 error: handleAjaxError ,115 error: handleAjaxError 116 116 }); 117 117 } … … 122 122 data: { // Ask InstallHandler::ajax_check_sqlite_credentials to check the credentials 123 123 ajax_action: 'check_sqlite_credentials', 124 file: $('#databasefile').val() ,124 file: $('#databasefile').val() 125 125 }, 126 126 success: function(xml) { … … 148 148 } 149 149 }, 150 error: handleAjaxError ,150 error: handleAjaxError 151 151 }); 152 152 }
