mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
Bug #4011: Fix zone selector on click event
This commit is contained in:
parent
1aebc14cc1
commit
9d41c764ea
@ -153,7 +153,7 @@ define(function(require) {
|
||||
zoneRefresh();
|
||||
});
|
||||
|
||||
$('a.zone-choice').on("click", function() {
|
||||
$(".user-zone-info").on("click", 'a.zone-choice', function() {
|
||||
$.ajax({
|
||||
url: 'config',
|
||||
type: "GET",
|
||||
|
Loading…
x
Reference in New Issue
Block a user