Hi Marc,
Works fine now. Are you done with this feature? Before I put it in
production, please polish your code in js/server_privileges.js:
- remove tab characters (we use indents of four spaces)
- use spaces around operators
"url.length-23" should be "url.length - 23"
- watch proper code indentations
- use more spaces around keywords
"if(" should be "if ("
"}else{" should be "} else {"