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:53:57 UTC

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

Author: degenaro
Date: Tue Jan  5 14:53:57 2016
New Revision: 1723087

URL: http://svn.apache.org/viewvc?rev=1723087&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=1723087&r1=1723086&r2=1723087&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:53:57 2016
@@ -2985,6 +2985,7 @@ function ducc_refresh_page(type) {
     else {
         refresh_page_busy = true;
     }
+    ducc_cookies();
     try {
         var table_style = ducc_preferences_get("table_style");
         if (display_table_style == table_style) {