diff --git a/js/domains.js b/js/domains.js index 3ea9a28..6e811b3 100644 --- a/js/domains.js +++ b/js/domains.js @@ -91,7 +91,7 @@ function recreateTable(data) { var type = $(this).children('td').eq(2).text(); if(type == 'MASTER') { - location.assign('edit-master.php?id=' + id); + location.assign('edit-master.php#' + id); } }); } \ No newline at end of file