Changed method for giving domain id to editor

This commit is contained in:
Lukas Metzger 2016-01-16 16:12:17 +01:00
parent a3ebd21541
commit c00b3699b1

View file

@ -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);
}
});
}