Skip to content

Commit d5eac3a

Browse files
authored
Merge pull request #54 from kmtabish/master
Fixed the pivotal tracker issue: #121246859
2 parents c5c48b0 + 208ea3b commit d5eac3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

widget/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
</head>
2323
<body ng-cloak class="gridLayout" ng-controller="folderPluginCtrl">
24-
<style type="text/css" media="screen">
24+
<style type="text/css" media="screen" ng-if="data.design.colorType === 'C'">
2525
body.gridLayout {
2626
background-color: {{data.design.colors.backgroundColor}} !important;
2727
background-image: url({{backgroundImage}}) !important;
@@ -358,6 +358,7 @@
358358

359359
function dataLoadedHandler(result) {
360360
var pluginsList = null;
361+
console.log("---------------aaaaaaaaaa", result)
361362
if (result && result.data && !angular.equals({}, result.data) && result.data.content && result.data.design) {
362363
if (result.data.content && result.data.content.loadAllPlugins) {
363364
buildfire.components.pluginInstance.getAllPlugins(function (err, res) {

0 commit comments

Comments
 (0)