|
From: <tob...@us...> - 2014-07-16 21:56:47
|
Revision: 8562
http://sourceforge.net/p/bigdata/code/8562
Author: tobycraig
Date: 2014-07-16 21:56:39 +0000 (Wed, 16 Jul 2014)
Log Message:
-----------
Added label for namespace shortcuts
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-07-16 21:41:09 UTC (rev 8561)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js 2014-07-16 21:56:39 UTC (rev 8562)
@@ -373,7 +373,7 @@
}
};
-$('.namespace-shortcuts').html('');
+$('.namespace-shortcuts').html('Namespace shortcuts: ');
for(var category in NAMESPACE_SHORTCUTS) {
var select = $('<select><option>' + category + '</option></select>').appendTo($('.namespace-shortcuts'));
for(var ns in NAMESPACE_SHORTCUTS[category]) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|