diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 4fb747b..7af7430 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3668,6 +3668,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.closeModal = function () { document.getElementById('modelbackground').style.display = "none"; + $("#drawTextBGColorpicker span.minicolors-swatch-color").css('background-color', $rootScope.selectedBGColorForTextArea); } //-- End ----------------------------