Forgot a console.log().
git-svn-id: http://google-refine.googlecode.com/svn/trunk@100 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
8c41af9c12
commit
b1afd12bd5
@ -93,7 +93,7 @@ HistoryWidget.prototype._onClickHistoryEntry = function(evt, entry, lastDoneID)
|
||||
};
|
||||
|
||||
HistoryWidget.prototype._extractOperations = function() {
|
||||
var self = this;console.log("here");
|
||||
var self = this;
|
||||
$.getJSON(
|
||||
"/command/get-operations?" + $.param({ project: theProject.id }),
|
||||
null,
|
||||
|
Loading…
Reference in New Issue
Block a user