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 () {
|
||||
$('#cloud-menu-popover i.fw-tiles').popover({
|
||||
html: true,
|
||||
trigger:'click',
|
||||
title: function() {
|
||||
trigger: 'click',
|
||||
title: function () {
|
||||
return $("#popover-head").html();
|
||||
},
|
||||
content: function() {
|
||||
content: function () {
|
||||
return $("#popover-content").html();
|
||||
}
|
||||
});
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
{{#if this.dropDownVisible}}
|
||||
class="dropdown" data-toggle="dropdown"
|
||||
{{/if}}
|
||||
title = "
|
||||
title="
|
||||
{{#if this.isDomain }}
|
||||
{{@user.domain}}
|
||||
{{else}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user