Merge branch 'master' into rt/comments

Conflicts:
	app/assets/javascripts/editor.js
This commit is contained in:
Ralf Teusner
2015-08-31 19:34:49 +02:00

View File

@ -283,7 +283,7 @@ $(function() {
//console.log("Handling paste event. this is ", this ); //console.log("Handling paste event. this is ", this );
//console.log("Text: " + pasteObject.text); //console.log("Text: " + pasteObject.text);
var same = (lastCopyText === pasteObject.text) var same = (lastCopyText === pasteObject.text);
//console.log("Text is the same: " + same); //console.log("Text is the same: " + same);
// if the text is not copied from within the editor (from any file), send an event to lanalytics // if the text is not copied from within the editor (from any file), send an event to lanalytics
@ -294,7 +294,7 @@ $(function() {
// file_id: "1" // file_id: "1"
// //
// }); // });
} //}
}; };
var handleScoringResponse = function(response) { var handleScoringResponse = function(response) {