projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e0c33
)
french misspeech
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 20 Jun 2013 12:22:55 +0000
(12:22 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 20 Jun 2013 12:22:55 +0000
(12:22 +0000)
experiments/spclient/mkws.js
patch
|
blob
|
history
diff --git
a/experiments/spclient/mkws.js
b/experiments/spclient/mkws.js
index
af9ba21
..
179e972
100644
(file)
--- a/
experiments/spclient/mkws.js
+++ b/
experiments/spclient/mkws.js
@@
-429,7
+429,7
@@
$(document).ready(function() {
function mkws_service_proxy_auth() {
var jqxhr = jQuery.get("/service-proxy-auth")
.fail(function() {
- alert("service proxy authentification failed, give up!");
+ alert("service proxy authentication failed, give up!");
})
.success(function(data) {
if (!jQuery.isXMLDoc(data)) {