Commit 83ef8df0eb887e930d8c4d71e2327021810f2dc6
1 parent
04d90b32
this is solution for bug 23735
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -3668,6 +3668,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
3668 | 3668 | $rootScope.closeModal = function () { |
3669 | 3669 | |
3670 | 3670 | document.getElementById('modelbackground').style.display = "none"; |
3671 | + $("#drawTextBGColorpicker span.minicolors-swatch-color").css('background-color', $rootScope.selectedBGColorForTextArea); | |
3671 | 3672 | |
3672 | 3673 | } |
3673 | 3674 | //-- End ---------------------------- | ... | ... |