mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-25 19:54:52 +00:00
style(App) eliminate whitespace at the end of code lines (#5735)
This commit is contained in:
@@ -22,7 +22,7 @@ exports.getInfoTiddlerFields = function(updateInfoTiddlersCallback) {
|
||||
if($tw.browser) {
|
||||
// Document location
|
||||
var setLocationProperty = function(name,value) {
|
||||
infoTiddlerFields.push({title: "$:/info/url/" + name, text: value});
|
||||
infoTiddlerFields.push({title: "$:/info/url/" + name, text: value});
|
||||
},
|
||||
location = document.location;
|
||||
setLocationProperty("full", (location.toString()).split("#")[0]);
|
||||
|
||||
Reference in New Issue
Block a user