diff --git a/app/static/scripts/function.js b/app/static/scripts/function.js
index 3c4d5cb848d88bdbfe6eddfdd1dcd68c0fa4b7d6..bfc452e8f100bbece2967ff8e7c26516ab7175db 100644
--- a/app/static/scripts/function.js
+++ b/app/static/scripts/function.js
@@ -1,19 +1,5 @@
 function displayloading() {
-            document.getElementById("notification_window").innerHTML = "" +
-                "<div class=\"joyride-tip-guide\" data-index=\"0\" style=\"visibility: visible; display: block; top: 77.5px; left: 570px;\"><span class=\"joyride-nub\" style=\"display: none;\"></span><div class=\"joyride-content-wrapper\" role=\"dialog\"><ol>\n" +
-                "        <h4>\n" +
-                "\n" +
-                "          Your account is pending creation...\n" +
-                "\n" +
-                "        </h4>\n" +
-                "                <br><p>\n" +
-                "                    This can take between 5-10 min.\n" +
-                "                </p>\n" +
-                "      </ol>\n" +
-                "                <img src=\"/static/img/loading.gif\" style=\"width: 35px; height: auto\"> Pending...\n" +
-                "            </div></div>\n" +
-                "\n" +
-                "    <div class=\"joyride-modal-bg\" style=\"display: block;\"></div>"
+	$('#myModal').modal('show');
 }
 
 function request_account() {
@@ -26,4 +12,4 @@ function request_account() {
 
 function refresh() {
     document.location.reload(true);
-}
\ No newline at end of file
+}