mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Store load settings in URL fragment, not query string
This commit is contained in:
@@ -86,7 +86,7 @@ class AtomWindow
|
||||
protocol: 'file'
|
||||
pathname: "#{@resourcePath}/static/index.html"
|
||||
slashes: true
|
||||
query: {loadSettings: JSON.stringify(loadSettings)}
|
||||
hash: encodeURIComponent(JSON.stringify(loadSettings))
|
||||
|
||||
hasProjectPath: -> @projectPaths?.length > 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user