From 44cc826fac51331707034662f8af7d24afc436c1 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <renaud.legac@free.fr> Date: Sat, 26 Mar 2011 20:16:26 +0000 Subject: [PATCH] Remove obsolete stuff --- static/plugin_dbui/src/appbase.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/plugin_dbui/src/appbase.js b/static/plugin_dbui/src/appbase.js index 0345d278..967602fd 100644 --- a/static/plugin_dbui/src/appbase.js +++ b/static/plugin_dbui/src/appbase.js @@ -19,13 +19,6 @@ Ext.namespace('App'); * Configuration option for all json stores */ -/** - * @cfg {String} App.dburl - * Define the URL of the database router/controller - * This constants is defined by the server. - */ -App.dburl = '/' + App.name + '/plugin_dbui/database'; - /** * @cfg {Boolean} App.withMathJax * The plugin plugin MathJax is present -- GitLab