Ticket #850: ticket850_alt.patch
| File ticket850_alt.patch, 466 bytes (added by FND, 3 years ago) |
|---|
-
core/js/Utilities.js
diff --git a/core/js/Utilities.js b/core/js/Utilities.js index 6b886a0..52d336a 100644
a b 177 177 function onClickTag(ev) 178 178 { 179 179 var e = ev || window.event; 180 var popup = Popup.create(this );180 var popup = Popup.create(this,null,"tag"); 181 181 var tag = this.getAttribute("tag"); 182 182 var title = this.getAttribute("tiddler"); 183 183 if(popup && tag) {
