scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 34  →  ?path2? @ 35
/quickload/text.html
@@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="quick asset upload">
@@ -107,13 +110,8 @@
});
// Retrieve the contents of the shared file.
$.get('share-text.php',
$.get('share-text.php' + '?t=' + window.performance.now(),
{
headers: {
'Cache-Control': 'no-cache, no-store, must-revalidate',
'Pragma': 'no-cache',
'Expires': '0'
},
cache: false
}).done((data) => {
$('#trumbowyg')
@@ -144,11 +142,6 @@
url: 'upload-files.php',
type: 'POST',
data: formData,
headers: {
'Cache-Control': 'no-cache, no-store, must-revalidate',
'Pragma': 'no-cache',
'Expires': '0'
},
cache: false,
processData: false,
contentType: false