mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-12 08:58:17 +03:00
Feature #2858: fix syntax bug
This commit is contained in:
parent
9b517fad0d
commit
34979ebf15
@ -648,7 +648,7 @@ function updateVNetworkInfo(request,vn){
|
||||
} else{
|
||||
$(".reserve-right-info").prop("disabled", false);
|
||||
$(".reserve-right-info").removeClass("has-tip")
|
||||
$(".reserve-right-info").removeAttr("title"));
|
||||
$(".reserve-right-info").removeAttr("title");
|
||||
}
|
||||
|
||||
var info_tab_content =
|
||||
|
Loading…
x
Reference in New Issue
Block a user