Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Fix query link behaviour in firefox #71

Closed LaurensRietveld closed 9 years ago

LaurensRietveld commented 9 years ago

The + signs in queries disappear when the query is shared via a query link. Reason: firefox tries to decode the window.location.hash string itself (which we don't want)

Related to https://github.com/YASGUI/YASGUI/issues/69

example