1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Whoops console.log.alypse

This commit is contained in:
Jeremy Ruston 2013-10-23 17:50:51 +01:00
parent f2ac04943f
commit 67490cbb74

View File

@ -198,12 +198,6 @@ EditTextWidget.prototype.handleInputEvent = function(event) {
EditTextWidget.prototype.handleFocusEvent = function(event) {
if(this.editFocusSet) {
console.log("Focus",{
domNode: this.domNodes[0],
title: this.editFocusSet,
wiki: this.wiki,
force: true
})
$tw.popup.triggerPopup({
domNode: this.domNodes[0],
title: this.editFocusSet,