mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Fix typo which closes and fixes #15
This commit is contained in:
parent
5fd8495a88
commit
2e085050c0
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ $(document).ready(function () {
|
|||
var $elem = $('<input type="text" name="nameserver2" />');
|
||||
$elem.val(<?php echo "'".$defaults['secondaryns']."'"; ?>);
|
||||
$template.change(function() {
|
||||
$.get('zones.php?action=gettemplatenameservers&template='+$template+'&prisec=sec', function(getdata) {
|
||||
$.get('zones.php?action=gettemplatenameservers&template='+$template.val()+'&prisec=sec', function(getdata) {
|
||||
if (getdata != "") {
|
||||
$elem.val(getdata);
|
||||
$elem.attr('readonly', true);
|
||||
|
|
Loading…
Add table
Reference in a new issue