Fixing virtual firealarm device download modal issue

This commit is contained in:
Rasika Perera 2016-09-22 18:10:27 +05:30
parent 71784e6609
commit fd9c491637

View File

@ -16,9 +16,9 @@
* under the License.
*/
var modalPopup = ".wr-modalpopup";
var modalPopupContainer = modalPopup + " .modalpopup-container";
var modalPopupContent = modalPopup + " .modalpopup-content";
var modalPopup = ".modal";
var modalPopupContainer = modalPopup + " .modal-content";
var modalPopupContent = modalPopup + " .modal-content";
var body = "body";
/*