2019-01-02 04:24:12 -06:00
|
|
|
/////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// pgAdmin 4 - PostgreSQL Tools
|
|
|
|
//
|
2024-01-01 02:43:48 -06:00
|
|
|
// Copyright (C) 2013 - 2024, The pgAdmin Development Team
|
2019-01-02 04:24:12 -06:00
|
|
|
// This software is released under the PostgreSQL Licence
|
|
|
|
//
|
|
|
|
//////////////////////////////////////////////////////////////
|
|
|
|
|
2017-07-27 06:55:07 -05:00
|
|
|
define('bundled_browser',[
|
2018-01-17 01:54:25 -06:00
|
|
|
'pgadmin.browser',
|
2018-03-13 13:47:32 -05:00
|
|
|
'sources/browser/index',
|
2021-01-16 05:36:50 -06:00
|
|
|
'top/tools/erd/static/js/index',
|
2021-05-25 09:42:57 -05:00
|
|
|
'top/tools/psql/static/js/index',
|
2017-07-18 09:14:59 -05:00
|
|
|
], function(pgBrowser) {
|
|
|
|
pgBrowser.init();
|
2017-07-27 06:55:07 -05:00
|
|
|
});
|