webbuild interface: don't send user=null if user cookie is not set

This commit is contained in:
Silvan Calarco 2013-05-21 01:25:35 +02:00
parent 61710ad694
commit 7029416146

View File

@ -93,6 +93,7 @@ function ajax_getvalues(request,confirm) {
if (!user) {
user=getCookie("webbuild-user");
if (!user) user="";
}
if (!secret) {