projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e51f4
)
Added missing , in property list
author
Nico Wehmöller
<hallo@nicow.xyz>
Sat, 16 Apr 2016 09:50:51 +0000
(11:50 +0200)
committer
Nico Wehmöller
<hallo@nicow.xyz>
Sat, 16 Apr 2016 09:50:51 +0000
(11:50 +0200)
Added missing , after
´´´´
url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN
````
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index e5fb377b245d56d2f53be892da9a78b2a90b5b3e..86a47d671c2e61182755378b1108d3a898b82df4 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1476,7
+1476,7
@@
WCF.Action.Proxy = Class.extend({
success: null,
suppressErrors: false,
type: 'POST',
- url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN
+ url: 'index.php/AJAXProxy/?t=' + SECURITY_TOKEN
,
aborted: null,
autoAbortPrevious: false
}, options);