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