Ticket #850: ticket850_alt.patch

File ticket850_alt.patch, 466 bytes (added by FND, 3 years ago)

alternative implementation, replacing the "popup" class

  • core/js/Utilities.js

    diff --git a/core/js/Utilities.js b/core/js/Utilities.js
    index 6b886a0..52d336a 100644
    a b  
    177177function onClickTag(ev) 
    178178{ 
    179179        var e = ev || window.event; 
    180         var popup = Popup.create(this); 
     180        var popup = Popup.create(this,null,"tag"); 
    181181        var tag = this.getAttribute("tag"); 
    182182        var title = this.getAttribute("tiddler"); 
    183183        if(popup && tag) {