Ticket #850: ticket850.patch
| File ticket850.patch, 380 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..a34f34d 100644
a b 178 178 { 179 179 var e = ev || window.event; 180 180 var popup = Popup.create(this); 181 addClass(popup,"tag"); 181 182 var tag = this.getAttribute("tag"); 182 183 var title = this.getAttribute("tiddler"); 183 184 if(popup && tag) {
