Commit c2979678273af49357a5a139c532bba96350d9e3
Merge branch 'testBGColor' into Develop
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,6 +3668,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
3668 | $rootScope.closeModal = function () { | 3668 | $rootScope.closeModal = function () { |
3669 | 3669 | ||
3670 | document.getElementById('modelbackground').style.display = "none"; | 3670 | document.getElementById('modelbackground').style.display = "none"; |
3671 | + $("#drawTextBGColorpicker span.minicolors-swatch-color").css('background-color', $rootScope.selectedBGColorForTextArea); | ||
3671 | 3672 | ||
3672 | } | 3673 | } |
3673 | //-- End ---------------------------- | 3674 | //-- End ---------------------------- |