Revision d2f03cb3 ui/templates/machines.html

b/ui/templates/machines.html
1019 1019
// create tabs for main menu
1020 1020
$("ul.tabs").tabs("div.panes ul");
1021 1021

  
1022
//fix ie z-index bug by moving the overlays to the bottom
1023
$(document).ready(function() {
1024
    if ($.browser.msie) {
1025
        $("body").append($("#wizard"));
1026
        $("body").append($("#metadata-wizard"));
1027
    }
1028
});
1029

  
1022 1030
</script>

Also available in: Unified diff