Merge "Yangman - unhighlight import collection icon after collection imports"
authorMaxime Millette-Coulombe <mmcoulombe@inocybe.com>
Thu, 11 Aug 2016 22:33:09 +0000 (22:33 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 11 Aug 2016 22:33:09 +0000 (22:33 +0000)
modules/yangman-resources/src/main/resources/yangman/controllers/requests-list.controller.js

index 2e6741dcbfdabfd451cfb0a5025641314301480e..ad717ef47ef6409722c6509db1d8c7f34b34c474 100644 (file)
@@ -177,6 +177,11 @@ define([
             else {
                 clearFileInputValue();
             }
+            removeButtonBackground();
+
+            function removeButtonBackground() {
+                $('#importCollection').next().css({ 'background': 'transparent' });
+            }
         }
 
         function toggleCollectionsSort() {