REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 872 B
Close
/home/godevadmin/www/admin/braintree/final/javascript/response.js
Text
Base64
$(function(){ function Response(){ this.view = $('body'); this.backButtons = $('.back'); this.transitionend = 'webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend'; this.initialize(); } Response.prototype.initialize = function(){ this.events(); }; Response.prototype.events = function(){ var self = this; // this.backButtons.on('click', function(event){ // self.backHandler(event); // }); }; Response.prototype.backHandler = function(event){ var href = (window.location.origin + $(event.target).attr('href')) || window.location.origin; this.view.addClass('out'); window.setTimeout(function(){ // window.location = href; console.log(href); },1000); // event.preventDefault(); }; var response = new Response(); });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
vendor
DIR
-
drwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
demo.js
1.87 KB
lrwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
response.js
872 B
lrwxrwxr-x
2023-11-07 19:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).