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 2014/06/18 20:21:41 UTC

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

Author: degenaro
Date: Wed Jun 18 18:21:41 2014
New Revision: 1603563

URL: http://svn.apache.org/r1603563
Log:
UIMA-3900 DUCC Web Server (WS) add Viz support

javascript updates

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=1603563&r1=1603562&r2=1603563&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 Wed Jun 18 18:21:41 2014
@@ -1708,6 +1708,10 @@ function ducc_init(type)
 		ducc_version();
 		ducc_links();
 		ducc_cookies();
+		if(type == "viz") {
+			ducc_init_common();
+			ducc_load_common();
+		}
 		if(type == "jobs") {
 			$(document).keypress(function(e) {
   			if(e.which == 13) {