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:
Diffstat (limited to 'js/src/normalization.js')
-rw-r--r--js/src/normalization.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/normalization.js b/js/src/normalization.js
index fd48a502a1..3fc98a9f93 100644
--- a/js/src/normalization.js
+++ b/js/src/normalization.js
@@ -755,13 +755,12 @@ window.AJAX.registerOnload('normalization.js', function () {
$('#newCols').insertAfter('#mainContent h4');
$('#newCols').html('<div class="text-center">' + window.Messages.strLoading + '<br>' + window.Messages.strWaitForPd + '</div>');
$.post(
- 'index.php?route=/normalization',
+ 'index.php?route=/normalization/partial-dependencies',
{
'ajax_request': true,
'db': window.CommonParams.get('db'),
'table': window.CommonParams.get('table'),
'server': window.CommonParams.get('server'),
- 'findPdl': true
}, function (data) {
$('#showPossiblePd').html('- ' + window.Messages.strHidePd);
$('#showPossiblePd').addClass('hideList');