1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Feature #2746: Fix selector for refresh button

This commit is contained in:
Carlos Martín 2014-03-18 15:22:55 +01:00
parent ee935e4fd7
commit 46d423d993

View File

@ -3875,8 +3875,8 @@ function popUpCreateTemplateDialog(){
$("input#NAME",$create_template_dialog).focus();
$('button.refresh').each(function(){
this.click();
$('button.refresh', $(create_template_dialog)).each(function(){
this.click();
})
};