Ticket #458: ticket458.patch
| File ticket458.patch, 378 bytes (added by MartinBudden, 4 years ago) |
|---|
-
js/Utilities.js
49 49 if(fields) 50 50 btn.setAttribute("tiddlyFields",fields); 51 51 } 52 if(!isStatic) 53 btn.href = document.location.href.split("#")[0] + "#" + encodeURIComponent("[[" + title + "]]"); 52 54 return btn; 53 55 } 54 56
