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
|
||||
|
||||
// Add items to the exporter menu
|
||||
MenuBar.insertBefore(
|
||||
[ "core/project", "core/export", "core/export-templating" ],
|
||||
[
|
||||
{
|
||||
"label":"Google Spreadsheet",
|
||||
"click": function() {}
|
||||
},
|
||||
{
|
||||
"label":"Google Data",
|
||||
"click": function() {}
|
||||
},
|
||||
{} // separator
|
||||
]
|
||||
);
|
||||
//ExportManager.MenuItems.append(
|
||||
// [ "core/project", "core/export", "core/export-templating" ],
|
||||
// [
|
||||
// {
|
||||
// "label":"Google Spreadsheet",
|
||||
// "click": function() {}
|
||||
// },
|
||||
// {
|
||||
// "label":"Google Data",
|
||||
// "click": function() {}
|
||||
// },
|
||||
// {} // separator
|
||||
// ]
|
||||
//);
|
||||
|
||||
var gdataExtension = {};
|
||||
|
Loading…
Reference in New Issue
Block a user