aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/010-libphotofloat.js
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-04-29 11:05:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-12 17:28:59 -0600
commitd33715066aab8bace17bb575a1787af40f86e67a (patch)
tree2b315dbdd7839a93b344a68cc1e4c23e4902ccb8 /web/js/010-libphotofloat.js
parentAdd semi-colon. (diff)
downloadPhotoFloat-d33715066aab8bace17bb575a1787af40f86e67a.tar.xz
PhotoFloat-d33715066aab8bace17bb575a1787af40f86e67a.zip
Restructuring
Import flask app as well as new makefile and entirely new directory structure.
Diffstat (limited to 'web/js/010-libphotofloat.js')
-rw-r--r--web/js/010-libphotofloat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/010-libphotofloat.js b/web/js/010-libphotofloat.js
index 30cf889..0a84014 100644
--- a/web/js/010-libphotofloat.js
+++ b/web/js/010-libphotofloat.js
@@ -92,7 +92,7 @@
$.ajax({
type: "GET",
dataType: "text",
- url: "auth?password=" + password,
+ url: "auth?username=photos&password=" + password,
success: function() {
result(true);
},