From: <tob...@us...> - 2014-06-16 16:55:02
|
Revision: 8488 http://sourceforge.net/p/bigdata/code/8488 Author: tobycraig Date: 2014-06-16 16:54:52 +0000 (Mon, 16 Jun 2014) Log Message: ----------- Changed wording on update panel Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js 2014-06-16 16:25:19 UTC (rev 8487) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js 2014-06-16 16:54:52 UTC (rev 8488) @@ -568,7 +568,7 @@ break; } - $('#update-response pre').show().html('Data loading...'); + $('#update-response pre').show().html('Running update...'); $.ajax(url, settings); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |