mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
code cleanup results
This commit is contained in:
parent
e6333438b9
commit
e063fd0da9
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
{{#if this.dropDownVisible}}
|
{{#if this.dropDownVisible}}
|
||||||
class="dropdown" data-toggle="dropdown"
|
class="dropdown" data-toggle="dropdown"
|
||||||
{{/if}}
|
{{/if}}
|
||||||
title = "
|
title="
|
||||||
{{#if this.isDomain }}
|
{{#if this.isDomain }}
|
||||||
{{@user.domain}}
|
{{@user.domain}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user