Commit 64220292 authored by h8h's avatar h8h

Jump to the panel_aliases anchor (top) to directly edit the selected alias

parent 82851d6d
......@@ -58,7 +58,7 @@
<table>
<tr id="alias-template">
<td class='actions'>
<a href="#" onclick="aliases_edit(this); return false;" class='edit' title="Edit Alias">
<a href="#" onclick="aliases_edit(this); document.location += #panel_aliases'; return false;" class='edit' title="Edit Alias">
<span class="glyphicon glyphicon-pencil"></span>
</a>
<a href="#" onclick="aliases_remove(this); return false;" class='remove' title="Remove Alias">
......@@ -189,4 +189,4 @@ function aliases_remove(elem) {
});
});
}
</script>
\ No newline at end of file
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment