mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
867ac5df67
When linkSrv appends parameters to a URL's query string, it would blindly add a ? to the URL even if the URL already contained a ? or the string to add was empty. This change fixes that behavior and some other edge cases. Includes a unit test to verify expected behavior. |
||
---|---|---|
.. | ||
linkSrv.js | ||
module.html | ||
module.js |