Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scripts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function delSetting(name) {

// Creates the pages table in the database if it does not already exist.
function initializeStorage(callback) {
executeSql(DATABASE_STRUCTURE, $.noop, callback);
executeSql(DATABASE_STRUCTURE, [], callback);
}

// Executes the specified SQL query with the specified arguments within a
Expand Down