Advertisement
if_alan

Untitled

Dec 12th, 2017
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.25 KB | None | 0 0
  1. <!doctype html>
  2.                                                                              <html lang="en">
  3.                                                                               <head>
  4.                                                                                <title>rocqup Web Marketplace. Search, book, rocqup and relax!</title>
  5.                                                                                <script type="text/javascript" src="/Scripts/jquery-1.11.1.min.js"></script>
  6.                                                                                <script type="text/javascript" src="/Scripts/NotificationStyle/notificationMod.js"></script>
  7.                                                                                <script type="text/javascript" src="/Scripts/common.js"></script>
  8.                                                                               </head>
  9.                                                                               <body>
  10.                                                                                <input type="hidden" name="hiddenDokuPaymentStatus" id="hiddenDokuPaymentStatus" value="">
  11.                                                                                <input type="hidden" name="hiddenDokuPaymentMessage" id="hiddenDokuPaymentMessage" value="">
  12.                                                                                <script type="text/javascript">
  13.                                                                              
  14.                                                                                  function returnForIos() {
  15.                                                                                      return "";
  16.                                                                                  }
  17.                                                                              
  18.                                                                                  $(document).ready(function () {
  19.                                                                                      //$("#hiddenDokuPaymentStatus").val("");
  20.                                                                                      //$("#hiddenDokuPaymentMessage").val("");
  21.                                                                              
  22.                                                                              
  23.                                                                                      if (typeof Android !== "undefined" && Android !== null) {
  24.                                                                                         Android.vtstatus("");
  25.                                                                                      }
  26.                                                                                      showNotification("", "", 3000);
  27.                                                                              
  28.                                                                                  });
  29.                                                                              </script>  
  30.                                                                               </body>
  31.                                                                              </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement