Fix for github issue #1064

This commit is contained in:
Imesh Chandrasiri 2017-06-29 11:32:36 +05:30
parent fc41a165a8
commit b9cc3c73cd

View File

@ -37,7 +37,7 @@ function setPopupMaxHeight() {
* show popup function. * show popup function.
*/ */
function showPopup() { function showPopup() {
$(modalPopup).modal('show'); $(modalPopup).first().modal('show');
} }
/* /*