* Mobile: fix error popup when changing application on mobile device in minimal 16.1 install

This commit is contained in:
Ralf Becker 2016-06-27 18:50:52 +02:00
parent 41b5de825d
commit 45fc5b036d

View File

@ -610,7 +610,7 @@
{
this.serializedTabState = serialized;
egw.jsonq("home.jdots_framework.ajax_tab_changed_state", [data]);
egw.jsonq("EGroupware\\Api\\Framework\\Ajax::ajax_tab_changed_state", [data]);
}
},