The reference to PMA_messages[] for the title option was causing issues

on the demo server.
This commit is contained in:
ninadsp
2010-07-01 02:32:17 +05:30
parent 466d3f7ae5
commit b1dcb9493d

View File

@@ -150,7 +150,6 @@ $(document).ready(function() {
.find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />') .find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />')
.end() .end()
.dialog({ .dialog({
title: PMA_messages['strAddNewUser'],
width: 800, width: 800,
modal: true, modal: true,
buttons: button_options buttons: button_options