You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/01/05 15:16:27 UTC

svn commit: r1723080 - /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js

Author: degenaro
Date: Tue Jan  5 14:16:27 2016
New Revision: 1723080

URL: http://svn.apache.org/viewvc?rev=1723080&view=rev
Log:
UIMA-4726 DUCC Web Server (WS) automatic or manual mode incorrectly displayed

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js?rev=1723080&r1=1723079&r2=1723080&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/js/ducc.js Tue Jan  5 14:16:27 2016
@@ -3130,6 +3130,7 @@ function ducc_timed_loop(type) {
     var fname = "ducc_timed_loop";
     ducc_console_enter(fname);
     try {
+    	ducc_cookies();
         var refreshmode = ducc_appl("refreshmode");
         var c_value = ducc_get_cookie(refreshmode);
         if (c_value == null) {