mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #992: Fix chrome multi-select selected element style
This commit is contained in:
parent
80507fb55e
commit
170f13bf9e
@ -15,8 +15,8 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/*Virtual Machines tab plugin*/
|
||||
var INCLUDE_URI = "vendor/noVNC/include/";
|
||||
var VM_HISTORY_LENGTH = 40;
|
||||
//var INCLUDE_URI = "vendor/noVNC/include/";
|
||||
//var VM_HISTORY_LENGTH = 40;
|
||||
|
||||
/*
|
||||
function loadVNC(){
|
||||
@ -670,13 +670,13 @@ function popUpCreateVMDialog(){
|
||||
});
|
||||
|
||||
$('#network_box option,#disk_box option',dialog).click(function(){
|
||||
var bold = $(this).css("font-weight") == "700"; //bold
|
||||
if (bold){//unbold, unmark
|
||||
$(this).css("font-weight","400");
|
||||
var clicked = $(this).attr("clicked");
|
||||
if (clicked){//unbold, unmark
|
||||
$(this).text($(this).text().replace(/\*/g,''));
|
||||
$(this).removeAttr('clicked');
|
||||
}
|
||||
else {//bold,mark
|
||||
$(this).css("font-weight","700");
|
||||
$(this).text("*"+$(this).text()+"*");
|
||||
$(this).attr('clicked','clicked');
|
||||
}
|
||||
return false;
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
<script type="text/javascript" src="vendor/jQuery/jquery-1.7.1.min.js"></script>
|
||||
<script type="text/javascript" src="vendor/xml2json/jquery.xml2json.pack.js"></script>
|
||||
<script type="text/javascript" src="vendor/json2xml/jquery.json2xml.js"></script>
|
||||
<script type="text/javascript" src="vendor/jGrowl/jquery.jgrowl_minimized.js"></script>
|
||||
<script type="text/javascript" src="vendor/jQueryUI/jquery-ui-1.8.16.custom.min.js"></script>
|
||||
<script type="text/javascript" src="vendor/jQueryLayout/jquery.layout-latest.min.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user