Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE HTML>
2
<!--
3
/*
4
 * jQuery Iframe Transport Plugin Redirect Page 2.0.1
5
 * https://github.com/blueimp/jQuery-File-Upload
6
 *
7
 * Copyright 2010, Sebastian Tschan
8
 * https://blueimp.net
9
 *
10
 * Licensed under the MIT license:
11
 * http://www.opensource.org/licenses/MIT
12
 */
13
-->
14
<html lang="en">
15
<head>
16
<meta charset="utf-8">
17
<title>jQuery Iframe Transport Plugin Redirect Page</title>
18
</head>
19
<body>
20
<script>
21
document.body.innerText=document.body.textContent=decodeURIComponent(window.location.search.slice(1));
22
</script>
23
</body>
24
</html>