Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-02-24 22:58:58 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-02-24 22:58:58 +0300
commitfcfa31a51f1e5f20b5296712a1ebfc97b54a34d5 (patch)
tree71e3a9ecb8b8061f1106965448fd87a79d63f19c /db_designer.php
parentf21bc9668dede32c02debdfcb3d8213771591e5c (diff)
Rename js/pmd directory to js/designer
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_designer.php')
-rw-r--r--db_designer.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/db_designer.php b/db_designer.php
index 063ff0cce4..54c0ba6293 100644
--- a/db_designer.php
+++ b/db_designer.php
@@ -145,12 +145,12 @@ $header->setBodyId('pmd_body');
$scripts = $header->getScripts();
$scripts->addFile('vendor/jquery/jquery.fullscreen.js');
-$scripts->addFile('pmd/designer_db.js');
-$scripts->addFile('pmd/designer_objects.js');
-$scripts->addFile('pmd/designer_page.js');
-$scripts->addFile('pmd/history.js');
-$scripts->addFile('pmd/move.js');
-$scripts->addFile('pmd/init.js');
+$scripts->addFile('designer/database.js');
+$scripts->addFile('designer/objects.js');
+$scripts->addFile('designer/page.js');
+$scripts->addFile('designer/history.js');
+$scripts->addFile('designer/move.js');
+$scripts->addFile('designer/init.js');
list(
$tables,
@@ -165,7 +165,7 @@ list(
) = PhpMyAdmin\Util::getDbInfo($db, isset($sub_part) ? $sub_part : '');
// Embed some data into HTML, later it will be read
-// by pmd/init.js and converted to JS variables.
+// by designer/init.js and converted to JS variables.
$response->addHTML(
$designer->getHtmlForJsFields(
$script_tables, $script_contr, $script_display_field, $display_page