Fixed ISSUE-29
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1245 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
21ac857a50
commit
df19fc2065
@ -124,7 +124,7 @@ DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
|
||||
},
|
||||
{
|
||||
label: "Collapse whitespace",
|
||||
click: function() { doTextTransform("value.replaceRegexp('\\s+', ' ')", "store-blank", false, ""); }
|
||||
click: function() { doTextTransform("value.replace(/\\s+/,' ')", "store-blank", false, ""); }
|
||||
},
|
||||
{},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user