diff --git a/js/src/modules/common.js b/js/src/modules/common.js index 29858137e0..af92e26915 100644 --- a/js/src/modules/common.js +++ b/js/src/modules/common.js @@ -125,21 +125,6 @@ const CommonActions = { CommonParams.setAll({ 'db': newDb, 'table': '' }); } }, - /** - * Opens a database in the main part of the page - * - * @param {string} newDb The name of the new database - * - * @return {void} - */ - openDb: function (newDb) { - CommonParams - .set('db', newDb) - .set('table', ''); - this.refreshMain( - CommonParams.get('opendb_url') - ); - }, /** * Refreshes the main frame *