Remove unused CommonActions.openDb() function
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
0fa9a95aa1
commit
0160f0a8c6
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user