mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Prevent elements with the same id
In AJAX mode, the browser will always return same-id error.
This commit is contained in:
@@ -16,7 +16,7 @@ $( document ).ready(function() {
|
||||
$('tr').removeAttr('onmouseover');
|
||||
$('tr').removeAttr('onmouseout');
|
||||
$('input').removeAttr('onclick');
|
||||
$('#select-unselect').change(function() { selectUnselect($(this)); });
|
||||
$('._select-unselect_').change(function() { selectUnselect($(this)); });
|
||||
|
||||
// BUTTONS
|
||||
$('.fg-button').hover(
|
||||
|
||||
Reference in New Issue
Block a user