-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/reduce settings url length (#3918)
* Initial commit; Added functionality to copyQueryUrl that reduces the exported string to 'externalSettings' + actually changed settings * Removed hardcoded defaultSettings.js, replaced with dynamic method * Changed externalSettings to also only reflect changed settings; Switched from using 'debug' as the delimiter between external and internal settigns to '+' as debug is no longer guaranteed in the string * Fixed settings who are NaN by default not being filtered out of the URL * Only copy array values in "copy settings url" functionality if an entry has changed * Removed NaN check * Added code to prevent cmcd array being part of the url if default was not changed * Fixed error in function order, shortened array handling line * Adjust description text for export settings
- Loading branch information
1 parent
2bedb63
commit 25da43a
Showing
3 changed files
with
195 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.