Upgrade filebrowser; minor fixes relevant to the upgrade.
[redakcja.git] / src / fileupload / static / lib / jQuery-File-Upload-10.32.0 / cors / result.html
1 <!DOCTYPE html>
2 <!--
3 /*
4  * jQuery Iframe Transport Plugin Redirect Page
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  * https://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(
22         window.location.search.slice(1)
23       );
24     </script>
25   </body>
26 </html>