|
|
@ -18,11 +18,11 @@
|
|
|
|
$(document).ready(function () {
|
|
|
|
$(document).ready(function () {
|
|
|
|
$('#cloud-menu-popover i.fw-tiles').popover({
|
|
|
|
$('#cloud-menu-popover i.fw-tiles').popover({
|
|
|
|
html: true,
|
|
|
|
html: true,
|
|
|
|
trigger:'click',
|
|
|
|
trigger: 'click',
|
|
|
|
title: function() {
|
|
|
|
title: function () {
|
|
|
|
return $("#popover-head").html();
|
|
|
|
return $("#popover-head").html();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
content: function() {
|
|
|
|
content: function () {
|
|
|
|
return $("#popover-content").html();
|
|
|
|
return $("#popover-content").html();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|