Comment out unused exporter injection. Target has moved anyway
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1550 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
f254740b11
commit
2b87bbf32e
@ -1,19 +1,19 @@
|
|||||||
// Client side resources to be injected for gData extension
|
// Client side resources to be injected for gData extension
|
||||||
|
|
||||||
// Add items to the exporter menu
|
// Add items to the exporter menu
|
||||||
MenuBar.insertBefore(
|
//ExportManager.MenuItems.append(
|
||||||
[ "core/project", "core/export", "core/export-templating" ],
|
// [ "core/project", "core/export", "core/export-templating" ],
|
||||||
[
|
// [
|
||||||
{
|
// {
|
||||||
"label":"Google Spreadsheet",
|
// "label":"Google Spreadsheet",
|
||||||
"click": function() {}
|
// "click": function() {}
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"label":"Google Data",
|
// "label":"Google Data",
|
||||||
"click": function() {}
|
// "click": function() {}
|
||||||
},
|
// },
|
||||||
{} // separator
|
// {} // separator
|
||||||
]
|
// ]
|
||||||
);
|
//);
|
||||||
|
|
||||||
var gdataExtension = {};
|
var gdataExtension = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user