1
0
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:
Carlos Martín 2015-09-30 15:59:13 +02:00
parent 1aebc14cc1
commit 9d41c764ea

View File

@ -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",