Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <title>rocqup Web Marketplace. Search, book, rocqup and relax!</title>
- <script type="text/javascript" src="/Scripts/jquery-1.11.1.min.js"></script>
- <script type="text/javascript" src="/Scripts/NotificationStyle/notificationMod.js"></script>
- <script type="text/javascript" src="/Scripts/common.js"></script>
- </head>
- <body>
- <input type="hidden" name="hiddenDokuPaymentStatus" id="hiddenDokuPaymentStatus" value="">
- <input type="hidden" name="hiddenDokuPaymentMessage" id="hiddenDokuPaymentMessage" value="">
- <script type="text/javascript">
- function returnForIos() {
- return "";
- }
- $(document).ready(function () {
- //$("#hiddenDokuPaymentStatus").val("");
- //$("#hiddenDokuPaymentMessage").val("");
- if (typeof Android !== "undefined" && Android !== null) {
- Android.vtstatus("");
- }
- showNotification("", "", 3000);
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement