From 79516e59c90ca90bf8d1a4b721f8f1f765d9c0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 17 Apr 2017 17:04:56 -0700 Subject: [PATCH] Fix settings reset button Correctly remove save filter and reload the filter to the defaults by removing ?q= query arg --- assets/static/config.js | 3 +++ assets/static/querystring.js | 16 +++++++++++++--- bindata_assetfs.go | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/assets/static/config.js b/assets/static/config.js index f8c8d5349..ff790ba12 100644 --- a/assets/static/config.js +++ b/assets/static/config.js @@ -74,6 +74,8 @@ var Config = (function() { reset = function() { + // this is not part of options map + Cookies.remove("defaultFilter.v2"); $.each(options, function(name, option) { Cookies.remove(option.Cookie); }); @@ -108,6 +110,7 @@ var Config = (function() { // reset settings button action $(params.ResetSelector).on('click', function(elem) { Config.Reset(); + QueryString.Remove('q'); location.reload(); }); diff --git a/assets/static/querystring.js b/assets/static/querystring.js index 1de9f0456..e8ad0e567 100644 --- a/assets/static/querystring.js +++ b/assets/static/querystring.js @@ -9,8 +9,7 @@ var QueryString = (function() { q = q.split('&'); for (var i = 0; i < q.length; i++) { hash = q[i].split('='); - vars.push(hash[1]); - vars[hash[0]] = hash[1]; + vars[hash[0]] = hash.slice(1).join('='); } } return vars; @@ -39,9 +38,20 @@ var QueryString = (function() { } + remove = function(key) { + var baseUrl = [location.protocol, '//', location.host, location.pathname].join(''), + q = QueryString.Parse(); + if (q[key] != undefined) { + delete q[key]; + window.history.replaceState({}, "", baseUrl + "?" + $.param(q)); + } + } + + return { Parse: parse, - Set: update + Set: update, + Remove: remove } }()); diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 3e7687f41..fc67a8f98 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -349,7 +349,7 @@ func staticColorsJs() (*asset, error) { return a, nil } -var _staticConfigJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\x5b\x6f\xdb\x36\x14\x7e\xf7\xaf\x60\xbb\x60\x92\x51\x45\xce\x5a\x6c\xc3\x14\x18\x43\x11\x20\x41\x86\x21\xcd\xe2\x75\x7b\x28\xf2\x40\x4b\xc7\x16\x17\x99\x54\x48\xca\x4e\xd0\xfa\xbf\x0f\xbc\xc8\xba\x90\xb2\xdd\x6e\xd1\x8b\x2d\xf1\xf0\x5c\xbf\xf3\x91\x67\x8d\x39\xfa\x50\x4a\xc2\x28\x9a\xa2\x70\x51\xd1\x54\xfd\x0f\x4b\xcc\xf1\x4a\x8c\xd1\xe7\xd1\x68\x84\x10\x42\x69\x81\x85\x40\x4c\x0b\x5e\xe8\xff\x9f\xcd\x82\x5e\x64\x54\x48\x5e\xa5\x92\xf1\xd6\x46\xd4\x7a\x64\x4e\x44\x7c\xc1\xd8\x03\x01\x34\x45\x46\xc6\xbe\x9f\xbb\x82\x7f\x54\xc0\x9f\x6f\x95\x50\x23\xdc\x7c\xf3\x6c\x98\x41\x01\xca\x7a\x23\x5e\x7f\xf1\x08\x5f\x81\x6c\xe4\xae\x40\x4a\xe0\xe8\xcb\x17\xb4\x0b\xbd\xef\xbb\x7a\x38\xc8\x8a\x53\x74\x12\x76\xcc\x8d\x63\x22\xc2\xd7\x49\x9a\x43\xfa\x00\xd9\xeb\x71\xd7\xd8\xd6\xeb\xa8\x6c\xfb\xe8\xd8\x5e\xe3\xc2\x67\xde\xb1\x3b\x67\x4c\x0a\xc9\x71\x39\xdb\x10\x99\xe6\x61\x20\x24\x96\x10\x44\xe8\x24\x2e\x31\x17\xf0\xdb\xec\xc3\x8d\x56\x16\x21\xc9\x2b\x38\xc2\xb3\xf7\xa9\xc5\x80\x75\xce\xbe\xbb\xce\xf9\x36\x5f\x53\xd2\x8a\x4b\xbf\x1d\xca\xa8\xc2\x1d\x14\xa0\x2a\xac\x54\x9c\x1f\x8e\x99\xd1\x30\x10\x3a\xdc\x8b\x1c\xd3\x25\xf4\x93\x10\x44\x8d\x45\x58\x03\x95\x11\x1a\x48\xa7\x7a\x94\xed\x78\x86\xd7\xa0\xc3\x72\xcd\xef\x64\xde\x37\xc1\xbb\x52\xdb\xe1\xcc\x6e\x9b\xfe\xf8\x9d\xe1\xcc\x49\x82\x4a\x40\x5a\x71\x0e\x54\xfe\x85\x0b\x9b\x06\x85\xc7\x70\x7c\x3e\x72\x24\xd7\x5a\xc4\x74\x8c\x88\x97\x20\xc3\x56\x4b\xf5\x9c\x20\x0b\xa4\xdc\x45\xaf\xa6\xa8\xa2\x19\x2c\x08\x85\xcc\x97\x86\x1a\x91\x9e\xd8\xb6\xae\x07\x8f\x68\x8a\x74\x13\xce\x24\x27\x74\x19\xdf\x2a\x9c\x85\x1e\xd3\x8f\x9f\x7a\x4d\x7c\x7f\xbc\x27\xee\xde\xfd\x8e\x29\x7b\xad\x24\xbe\x9a\x0e\x95\xbc\x85\x71\x6f\xb8\x1e\xfd\x3b\x70\xf4\xd4\xd5\x45\x10\xdd\x22\x68\xb4\x45\x1e\xd3\xf0\x54\x12\x0e\x22\x41\xef\x7e\xfa\x31\x72\x56\x4b\x2c\xf3\x04\x05\x41\xd7\x9f\xb1\x83\x23\xfb\x63\x89\xa8\xb1\x72\x03\x9b\xa4\xcd\xcb\xb5\xf0\x36\x1c\x2b\x1c\x8d\x54\xe9\x2e\x18\x5d\x90\x65\x87\xdf\x1b\x66\x57\x02\x66\xbf\x40\x53\xdd\xde\xe6\x7b\xc1\x70\x76\xc9\xd9\xca\x86\x8b\xa6\xfe\x7e\x3e\x89\x01\xa7\x79\x68\x35\xb4\x5a\x90\xe2\x15\x44\x56\xb3\x0f\xfb\x6b\x5c\x54\xea\x30\x30\x12\xb1\xe9\x11\x2f\x90\x2b\x38\x08\x20\xab\xc4\x82\xd9\x25\xbc\x51\x3f\xb3\xdb\x51\x9d\x4f\xa1\x29\xf9\xff\x8b\xad\x86\x07\x87\x15\x5b\x83\xdd\xec\x36\x6a\xdf\x11\x62\x28\xd4\x77\x00\xd7\x5b\x26\x13\x94\xb2\xf2\xb9\x66\x0d\xb4\x20\x85\x3a\x3f\xe6\x95\x94\x8c\x22\xac\xf7\xed\x84\x29\x6c\xd0\x45\x41\xca\x39\xc3\x3c\x0b\x77\x27\x6e\xf9\x5c\x13\x6a\x1f\xaa\x12\x9e\x64\xd2\x62\xd0\x02\x56\x43\xbc\x3d\xc7\x02\x3e\x72\x45\x48\x9f\x0a\x96\x62\x1d\x60\xc9\x99\x64\x29\x2b\x22\x14\x4c\x26\x41\x84\x76\x0b\x39\x13\xb2\xf5\xaa\xf0\xae\xd2\x77\x1f\xff\xc3\x08\x0d\x83\xc0\xc3\xaa\x9a\x6e\x14\x05\x28\x0b\xc1\xe3\x34\x40\x6f\xd0\xa5\x0e\x56\x13\xa4\xfd\x1b\x8e\xad\x8a\x28\x18\xdf\x7b\xce\x8f\x6f\x29\x5e\xfd\x68\xeb\x71\x59\x89\x5a\x41\xfb\x4e\xf2\x06\x05\xda\x25\xbb\xa2\x29\x3b\x96\xcc\xf0\xa2\x6e\xbb\xbe\xba\xfe\x31\xa1\xfd\x33\x29\x8e\x17\x84\x12\x91\x87\xe3\x78\x81\x33\xf8\x50\xc9\xf0\x87\xb3\x33\xf3\x72\x4d\xc3\x77\x67\x67\x9e\xad\x96\x04\xea\x32\xbc\x41\xc1\xaf\xca\x1f\xe3\xb4\xc9\xc9\xf7\xfd\xbc\x76\x5b\xa0\x8d\x29\x81\xd7\x80\x04\x48\x49\xe8\x52\x0c\xa0\xe9\xa4\x46\x90\x22\xc5\xee\x91\x9c\x16\x24\x7d\xe8\x9c\xbd\x1e\xe4\xa8\x8a\x5a\xb8\x4e\x0f\x94\xf2\x7c\x90\x6c\x83\x0c\x16\xb8\x2a\xec\xa6\x78\xfd\x56\x59\xd5\xff\x5f\x80\x76\xf7\x44\xfd\x15\x15\xeb\xe7\xda\xd0\xcd\xb1\xc9\xbe\x53\xd2\xdf\x90\x6d\xc3\xf7\x66\x7b\x9f\x53\x77\x8d\xc8\xa1\xe8\x51\x6e\xdf\xd9\x5c\xca\x52\x24\x93\xc9\x92\xc8\xbc\x9a\xc7\x29\x5b\x4d\xe4\x66\x2e\x26\xbb\x7b\xd7\x84\x08\x51\x81\x98\xbc\x3d\xfb\xe5\xe7\x96\xf7\x19\x4b\xab\x15\x50\xd9\xf5\x38\x88\x33\xce\xca\x8c\x6d\xe8\xe9\x0a\x68\xd5\x7d\x3b\x5d\x30\xbe\xea\x84\xd5\x8f\x09\x62\x21\x59\x79\xcb\x59\x89\x97\xd8\x30\xf5\x80\xe7\x36\xfa\x1b\xd8\x98\xb9\x26\xf4\xf1\x73\x82\x02\x5c\x49\x76\x07\x0b\x0e\x22\x0f\xba\x00\x69\x7a\xdd\x8a\x71\xaf\x58\x5d\x99\x04\x05\xdf\x0d\x4b\x99\x4b\x47\x72\xf0\x8e\x6f\x0f\xbb\x21\x46\xfa\x48\x05\x40\xfc\x37\x26\xf2\x92\xf1\x1b\x78\x92\x77\x4e\xfd\x76\xd9\x40\x50\x08\xd8\xab\xe7\x16\x57\xee\xe5\x0d\x75\x68\x02\x0d\x93\xc6\xb1\x19\xb6\x09\xb9\xa6\x12\xf8\x1a\x17\xfb\xb2\x7c\x38\xc3\x56\xe2\x94\xf8\xb5\xa9\xa1\x23\x79\x89\x91\x23\xd5\xc3\x46\x1b\x9b\x43\x25\x6a\xee\xe9\x7a\x70\xb8\x72\x9b\xaf\x7e\x5e\x68\xf8\xe8\x66\xc4\x8c\xb6\x07\x72\x32\x34\xd8\xae\x71\xd1\x77\x7e\xdb\xaf\x4d\x4f\xfd\xb1\xb3\xab\x52\xad\x87\xd4\x6b\x6a\x46\x8f\xfd\x76\x8e\xed\x1f\x03\xec\x19\x48\xdb\xd3\x77\x58\xc2\x7e\x3b\x5d\x70\x7f\x35\xba\x45\xce\x36\x97\x05\xde\xcf\x1e\x0b\x8f\x40\x1b\xd5\x4a\xc9\xa9\x11\xfa\x8f\x6c\x56\x96\x40\xb3\x3f\x59\xb9\x97\xcb\xb4\x90\x74\x84\x3a\x4c\xa6\x65\x4e\x95\x90\xeb\x51\x7d\x5b\xa5\xb5\x3b\xfe\x2b\x6b\xbd\xaf\x99\x2d\xd0\x54\xdf\x48\xcd\x26\x15\x4d\x2d\xdd\xd4\xc4\x5e\xa7\x54\x23\x87\xce\x67\xf1\xc9\xb9\x87\xdd\xef\x86\x87\xee\x4d\x7a\x09\xd2\xf5\xed\x71\xb7\xad\xed\x9f\x45\x7f\x6d\xa2\x11\xba\xef\x4f\x09\xbd\xa9\xcb\xb0\x8d\xba\xb3\x47\x9d\x29\x3f\xe9\x8f\x4d\xcd\xb2\x3e\x8d\x13\x73\x03\x88\xda\xe3\x9b\x71\x36\x69\x72\xda\xac\x5e\xd5\xa1\x24\x4d\x54\xdd\x01\xef\xdf\x00\x00\x00\xff\xff\x03\xe4\xea\x0b\xbf\x13\x00\x00") +var _staticConfigJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x58\xdf\x6f\xdb\xb6\x13\x7f\xf7\x5f\xc1\xf6\x1b\x7c\x25\xa3\x8a\x9c\xb5\xd8\x86\x29\x30\x86\x22\x40\x82\x0c\x43\x9a\x25\xeb\xf6\x50\xe4\x81\x91\xcf\x36\x57\x99\x54\xc8\x93\xdd\xa2\xf5\xff\x3e\xf0\x87\x2c\x89\xa2\x6c\xb7\x43\xf4\x12\x4b\x3c\xde\x8f\xcf\xdd\x7d\xc8\xcb\x9a\x4a\xf2\xae\x44\x26\x38\x99\x92\x78\x5e\xf1\x5c\xff\x8e\x4b\x2a\xe9\x4a\x8d\xc9\x97\xd1\x68\x44\x08\x21\x79\x41\x95\x22\xc2\x08\x5e\x98\xdf\x5f\xec\x82\x59\x14\x5c\xa1\xac\x72\x14\xb2\xb5\x91\xb4\x1e\x5c\x32\x95\x5e\x08\xf1\x91\x01\x99\x12\x2b\xe3\xde\xcf\xfb\x82\x7f\x54\x20\x3f\xdf\x6a\xa1\x46\xb8\xf9\x16\xd8\x70\x0f\x05\x68\xeb\x8d\x78\xfd\x25\x20\x7c\x05\xd8\xc8\x5d\x01\x22\x48\xf2\xf5\x2b\xd9\x85\xee\xfb\xae\x1f\x09\x58\x49\x4e\x4e\xe2\x8e\xb9\x71\xca\x54\xfc\x32\xcb\x97\x90\x7f\x84\xd9\xcb\x71\xd7\xd8\x36\xe8\x28\xb6\x7d\xec\xd9\x5e\xd3\x22\x64\xbe\x67\xf7\x51\x08\x54\x28\x69\x79\xbf\x61\x98\x2f\xe3\x48\x21\x45\x88\x12\x72\x92\x96\x54\x2a\xf8\xed\xfe\xdd\x8d\x51\x96\x10\x94\x15\x1c\xe1\xd9\xdb\xdc\xd5\x80\x73\xce\xbd\xf7\x9d\x0b\x6d\xbe\xe6\xac\x15\x97\x79\x3b\x84\xa8\xae\x3b\x28\x40\x67\x58\xab\x38\x3f\x1c\xb3\xe0\x71\xa4\x4c\xb8\x17\x4b\xca\x17\xe0\x83\x10\x25\x8d\x45\x58\x03\xc7\x84\x0c\xc0\xa9\x1f\x6d\x3b\xbd\xa7\x6b\x30\x61\xf5\xcd\xef\x64\xde\x36\xc1\xf7\xa5\xb6\xc3\xc8\x6e\x9b\xfe\xf8\x5d\xd0\x59\x0f\x04\x0d\x40\x5e\x49\x09\x1c\xff\xa2\x85\x83\x41\xd7\x63\x3c\x3e\x1f\xf5\x24\xd7\x46\xc4\x76\x8c\x4a\x17\x80\x71\xab\xa5\x3c\x27\xd8\x9c\x68\x77\xc9\x8b\x29\xa9\xf8\x0c\xe6\x8c\xc3\x2c\x04\x43\x5d\x91\x81\xd8\xb6\x7d\x0f\x9e\xc8\x94\x98\x26\xbc\x47\xc9\xf8\x22\xbd\xd5\x75\x16\x07\x4c\x3f\x7d\xf0\x9a\xf8\xe1\x78\x4f\xfa\x7b\xf7\x3b\xa6\xed\xb5\x40\x7c\x31\x1d\x4a\x79\xab\xc6\x83\xe1\x06\xf4\xef\x8a\xc3\x53\x57\x27\x41\x75\x93\x60\xaa\x2d\x09\x98\x86\x4f\x25\x93\xa0\x32\xf2\xe6\xa7\x1f\x93\xde\x6a\x49\x71\x99\x91\x28\xea\xfa\x33\xee\xd5\x91\xfb\xe3\x88\xa8\xb1\x72\x03\x9b\xac\xcd\xcb\xb5\xf0\x36\x1e\xeb\x3a\x1a\xe9\xd4\x5d\x08\x3e\x67\x8b\x0e\xbf\x37\xcc\xae\x05\xec\x7e\x45\xa6\xa6\xbd\xed\xf7\x42\xd0\xd9\xa5\x14\x2b\x17\x2e\x99\x86\xfb\xf9\x24\x05\x9a\x2f\x63\xa7\xa1\xd5\x82\x9c\xae\x20\x71\x9a\x43\xb5\xbf\xa6\x45\xa5\x0f\x03\x2b\x91\xda\x1e\x09\x16\x72\x05\x07\x0b\xc8\x29\x71\xc5\xdc\x27\xbc\x91\x8f\xec\x76\x54\xe3\xa9\x0c\x25\x07\x63\x9b\x4c\x4c\xdd\x10\xa6\x08\x17\xa8\xe9\x0d\x89\x98\xef\xd0\x5a\xd1\x72\xe4\x17\x85\x84\x95\x58\x43\xfc\x72\x06\x73\x5a\x15\x78\xc9\x0a\x04\x99\xae\x5f\xb7\x0f\x87\xef\x82\xcc\x33\xe0\x02\xee\xf5\xbf\x1f\x1f\xb3\xcc\x1c\x3a\xd7\x5b\x51\xe6\xa2\xfc\x5c\x93\x11\x99\x1b\x9f\xc9\x63\x85\x28\x38\xa1\x66\xdf\x4e\x98\xc3\x86\x5c\x14\xac\x7c\x14\x54\xce\xe2\xdd\x41\x5e\x7e\xae\x79\xda\xef\x00\x84\x4f\x98\xb5\x88\xb9\x80\xd5\xd0\x71\xf0\x48\x15\xbc\x97\x9a\xe7\x3e\x14\x22\xa7\x26\xc0\x52\x0a\x14\xb9\x28\x12\x12\x4d\x26\x51\x42\x76\x0b\x4b\xa1\xb0\xf5\xaa\xdb\x48\xc3\xf7\x90\xfe\x23\x18\x8f\xa3\x28\x40\xd6\x86\xc5\x34\xb3\x68\x0b\xd1\xd3\x34\x22\xaf\x88\x4d\x90\xe1\x5d\xf7\x33\x1e\x3b\x15\x49\x34\x7e\x08\x1c\x4b\xdf\x93\xbc\xfa\x31\xd6\xd3\xb2\x52\xb5\x82\xf6\x55\xe7\x15\x89\x8c\x4b\x6e\xc5\x9c\x04\x29\x0a\x4b\xb7\xa6\x9b\x7d\x75\xfe\xe9\x63\xfc\xb3\x10\xa7\x73\xc6\x99\x5a\xc6\xe3\x74\x4e\x67\xf0\xae\xc2\xf8\x87\xb3\x33\xfb\x72\xcd\xe3\x37\x67\x67\x81\xad\x8e\x5b\xea\x34\xbc\x22\xd1\xaf\xda\x1f\xeb\xb4\xc5\xe4\xff\x3e\xae\xdd\xce\x6a\xd7\x94\xa2\x6b\x20\x0a\x10\x19\x5f\xa8\x81\x6a\x3a\xa9\x2b\x48\x73\x6d\xf7\xa4\xcf\x0b\x96\x7f\xec\x1c\xe9\x81\xca\xd1\x19\x75\xe5\x3a\x3d\x90\xca\xf3\x41\x0e\x8f\xfc\x5e\xd5\x56\xcd\xef\x67\x60\xf3\x3d\x51\x7f\x43\xc6\x7c\xac\x2d\x8b\x1d\x0b\xf6\x9d\x96\xfe\x0e\xb4\xed\x31\x62\xb7\xfb\x54\xdd\xbe\x19\xdc\x59\x8a\x8a\x9e\x7c\xd4\x77\xdd\x2a\xa1\xf0\xe8\xde\x8f\x68\x89\x58\xaa\x6c\x32\x59\x30\x5c\x56\x8f\x69\x2e\x56\x13\xdc\x3c\xaa\xc9\xee\xce\x37\x61\x4a\x55\xa0\x26\xaf\xcf\x7e\xf9\xb9\x15\xe2\x4c\xe4\xd5\x0a\x38\x76\xc3\x8a\xd2\x99\x14\xe5\x4c\x6c\xf8\xe9\x0a\x78\xd5\x7d\x3b\x9d\x0b\xb9\xea\xc4\xee\x07\x0e\xa9\x42\x51\xde\x4a\x51\xd2\x05\xb5\xa7\xc4\x80\xe7\x0e\xa2\x1b\xd8\xd8\x99\x2a\x0e\x91\x78\x46\x22\x5a\xa1\xb8\x83\xb9\x04\xb5\x8c\x92\x3e\x90\x86\x10\x9c\x98\x0c\x8a\xd5\xe9\xcb\x48\xf4\xbf\x61\x29\x7b\xe1\xc9\x0e\xce\x17\xee\xa0\x1d\xa2\xad\xf7\x5c\x01\xa4\x7f\x53\x86\x97\x42\xde\xc0\x27\xbc\xeb\xe5\x6f\x87\x06\x81\x42\xc1\x5e\x3d\xb7\xb4\xea\x5f\x1c\x49\x87\x4b\xc8\x30\xb3\x1c\x8b\xb0\x03\xe4\x9a\x23\xc8\x35\x2d\xf6\xa1\x7c\x18\x61\x27\x71\xca\xc2\xda\xf4\xc0\x93\x3d\xc7\xb8\x93\x9b\x41\xa7\x5d\x9b\x43\x29\x6a\x66\x04\x33\xb4\x5c\xf5\x3b\xb4\x7e\x9e\x69\xf0\xe9\x22\x62\xc7\xea\x03\x98\x0c\x0d\xd5\x6b\x5a\xf8\xce\x6f\xfd\xdc\x78\xea\x8f\x9d\x9b\xb5\x6a\x33\x20\x5f\x73\x3b\xf6\xec\xb7\x73\x6c\xff\xd8\xc2\xbe\x07\x74\x3d\x7d\x47\x11\xf6\xdb\xe9\x16\xf7\x37\x57\xb7\x5a\x8a\xcd\x65\x41\xf7\xb3\xc7\x3c\x20\xd0\xae\x6a\xad\xe4\xd4\x0a\xfd\x47\x36\x2b\x4b\xe0\xb3\x3f\x45\xb9\x97\xcb\x8c\x10\xf6\x84\x3a\x4c\x66\x64\x4e\xb5\x50\xdf\xa3\xfa\x4a\xcb\x6b\x77\xc2\xf7\xda\x7a\x5f\x33\xd7\x90\xa9\xb9\xb6\xda\x4d\x3a\x9a\x5a\xba\xc9\x89\xbb\x73\xe9\x46\x8e\x7b\x9f\xd5\x87\xde\x65\xed\x61\x37\xb8\x74\xaf\xdb\x0b\xc0\xbe\x6f\x4f\xbb\x6d\x6d\xff\x5c\xf5\xd7\x26\x1a\xa1\x07\x7f\x42\xf1\x26\x3e\xcb\x36\xfa\x62\x9f\x74\xfe\xc3\x90\xf9\x23\x5b\xb3\x6c\x8e\xec\xcc\x5e\x13\x92\xf6\xe8\x68\x9d\xcd\x1a\x4c\x9b\xd5\xab\x3a\x94\xac\x89\xaa\x3b\x5c\xfe\x1b\x00\x00\xff\xff\xd8\xa2\x25\x3e\x3b\x14\x00\x00") func staticConfigJsBytes() ([]byte, error) { return bindataRead( @@ -1229,7 +1229,7 @@ func staticProgressJs() (*asset, error) { return a, nil } -var _staticQuerystringJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xc1\x6e\xdb\x3a\x10\xbc\xfb\x2b\x26\xc6\x83\x25\xc5\x82\x14\x3f\xb4\x05\x1a\x57\xc8\xa9\x87\x02\x05\x9a\x26\xc8\xc9\x55\x01\x46\x5a\x59\x6c\x68\x52\x26\xa9\xd8\x46\xe0\x7f\x2f\x18\x4b\xb2\xe9\xa6\x40\x79\xb2\xb5\xb3\xb3\xb3\xbb\x43\x3e\x33\x8d\xef\x2d\xe9\xdd\xbd\xd5\x5c\x2e\x91\x21\xac\x5a\x59\x58\xae\x64\x18\xe1\x65\x34\x1a\x01\x40\xc3\xb4\x21\x64\xf0\x42\xe8\x8e\xa3\x78\x66\xda\x20\xc3\x22\x8f\x87\xcf\xee\xd4\xcc\xd4\x73\x0f\xb8\x46\x86\x52\x15\xed\x8a\xa4\x4d\x1e\xee\xbe\x26\xa6\x11\xdc\x86\xc1\x4d\x10\x2d\x66\xf9\x11\xcb\x2b\x84\x6b\x5c\x64\x68\x65\x49\x15\x97\x54\x9e\x96\x74\xc7\x31\xad\xfb\xf4\x49\x10\xcd\xbd\x68\xa5\x34\x42\x57\x90\x23\xc3\xd5\x1c\x1c\x9f\xb0\x4e\x04\xc9\xa5\xad\xe7\xe0\xd3\xe9\x39\x5d\x2f\xd7\xb1\x2e\x78\xde\x13\x67\xe7\xc4\x5d\x23\x26\x69\x5a\x53\x87\x2e\x63\x31\xcb\xff\x82\x59\xbc\x86\xaf\xf2\x1c\x19\x3a\xa4\x0f\xdc\x8f\xfe\xfc\xa5\xc9\xb6\x5a\xbe\xe6\x1f\xc0\xfb\x6e\x09\x6d\x53\x32\xeb\x6d\xe1\x89\x76\x31\x9e\x99\x68\xe9\xb4\x9b\xf4\x12\xb5\xb5\x8d\xb9\x4e\xd3\x25\x37\x36\x59\x72\x5b\xb7\x8f\x49\xa1\x56\x29\x6d\x0b\x26\xd6\xe9\xff\x1f\x3f\xcc\xde\xcd\xde\xe3\x32\xf5\x76\xf3\xc8\x0c\x3d\x68\xe1\xf6\x28\x54\xc1\x5c\x89\xa4\xd1\xca\xaa\x42\x89\x18\x41\x9a\x06\x31\x86\x40\xad\x8c\x3d\xf9\xdb\x30\x5b\x4b\xb6\xa2\x3c\xf9\xa5\xb8\x0c\x83\x20\xf2\x9d\xd0\x6a\xe1\xdb\x6c\x30\xc1\x40\x61\x88\xe9\xa2\xf6\xd3\x24\x6d\x6e\x99\x66\x2b\x64\x78\xa2\x1d\xa6\x08\xb2\x00\xd3\x43\xcf\x3e\xb2\x71\x30\xe7\xc1\xe0\xc6\x21\xfa\xc4\xf9\xe8\x38\x97\x14\x5f\x2a\xd8\x9a\x30\x3e\x94\x1a\xc3\x1c\xd4\xd0\x96\x1b\x6b\x62\x17\x93\x78\x6c\xb9\x28\x7b\xba\x4a\xab\x15\xb8\xf5\x6c\xe9\xb7\x72\xee\xa3\x27\xda\xdd\xd1\x92\xb6\xc8\x9c\x06\xdc\xd1\xf2\xf3\xb6\x09\x83\x70\xf1\xe3\x66\x92\x47\x4e\x5a\xd7\xc8\xe2\xe7\x24\xbf\x74\xee\xf2\xd2\x0f\x22\x5f\xab\x77\xb2\xc0\x84\x26\x56\xee\xe2\xde\x00\x27\x72\xde\x96\x94\xac\x98\x2d\xea\xb0\x57\x12\xe1\x22\xcb\x20\x5b\x21\xde\xf2\xfc\x30\xb7\x33\x0e\x4d\x8d\x60\x05\x0d\x2c\x31\xc6\xff\xcd\xc6\x27\x93\x3d\xf3\xfc\x1e\x24\x0c\xe1\xc5\x75\xf0\xcd\xd6\xa4\x37\xdc\x50\x0c\x56\x96\xe0\x16\x56\x81\x64\x09\x55\x61\xed\x6a\x74\x83\xff\x57\x31\x6e\x5c\x13\x7f\xab\x5e\xe9\x37\x6e\xd1\x86\xcb\x52\x6d\x92\x9a\x1b\xab\xf4\xae\xef\xe6\xde\x32\x4b\xe1\xcb\x3e\xc6\x78\x1c\x0f\x7e\x9f\x76\x75\x23\xff\xbe\x75\x17\xf1\x38\xb2\x5b\xf7\x0a\x5e\x1f\x1e\xc3\xa3\xf9\xee\xc9\x5e\x77\xab\xe9\xd3\xf7\x61\x14\xcd\x47\xbf\x03\x00\x00\xff\xff\x1a\x58\x9c\x4e\x5b\x05\x00\x00") +var _staticQuerystringJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x4d\x6f\xdb\x38\x10\xbd\xfb\x57\x4c\x8c\xc0\x92\x62\x41\x8a\x17\xbb\x0b\xd4\xae\xe0\x53\x0f\x05\x0a\x34\x75\x90\x93\xaa\x02\x8c\x34\xb6\x58\xd3\xa4\x4c\x52\xfe\x40\xe0\xff\x5e\x50\x5f\x16\x55\xa3\x68\x0f\xe5\x29\x11\x67\xde\xbc\x79\xf3\x38\x3e\x10\x09\x5f\x4a\x94\xe7\x67\x2d\x29\xdf\x40\x04\xee\xba\xe4\xa9\xa6\x82\xbb\x1e\xbc\x8d\x46\x23\x00\x80\x82\x48\x85\x10\x81\x75\x05\xcd\x31\x10\x07\x22\x15\x44\x10\x27\x7e\xf7\xd9\x9c\x9c\xa8\x7c\x61\x05\xee\x21\x82\x4c\xa4\xe5\x0e\xb9\x0e\x5e\x56\x9f\x02\x55\x30\xaa\x5d\x67\xe9\x78\xf1\x2c\xb9\xc6\xd2\x35\xb8\x7b\xb8\x8b\xa0\xe4\x19\xae\x29\xc7\xac\x5f\xd2\x1c\x83\xb4\x6f\xd3\x27\x8e\xb7\xb0\x6e\xd7\x42\x82\x6b\x0a\x52\x88\xe0\x71\x01\x14\xde\xc3\x3e\x60\xc8\x37\x3a\x5f\x00\x9d\x4e\x87\x70\x2d\x5d\x83\x1a\xd3\xa4\x05\x8e\x86\xc0\x4d\x23\x2a\x36\xc1\xf1\x63\x92\x40\x54\xe5\x05\x8a\xd1\x14\xdd\x99\x17\x7c\x17\x94\xdf\x48\xbc\x8c\x7e\xfe\x4b\xa2\x2e\x25\xaf\xf0\xea\xe0\x4b\x23\x78\x59\x64\x44\x5b\x8a\x6f\xf1\xec\xc3\x81\xb0\x12\xfb\xcc\xc3\x07\xc8\xb5\x2e\xd4\x3c\x0c\x37\x54\xe9\x60\x43\x75\x5e\xbe\x06\xa9\xd8\x85\x78\x4a\x09\xdb\x87\xff\xbc\xfb\x7f\xf6\xef\xec\x3f\x78\x08\xad\x39\xbc\x12\x85\x2f\x92\x99\x99\x31\x91\x12\x53\x22\x28\xa4\xd0\x22\x15\xcc\x07\x27\x0c\x1d\x1f\xba\x8b\x5c\x28\xdd\xfb\xb7\x20\x3a\xe7\x64\x87\x49\xd3\xaa\xe3\xd9\x53\x2f\x25\xb3\x2d\xd5\x0d\xbc\x83\x50\x48\x64\x9a\xdb\x69\x1c\x8f\x4f\x44\x92\x1d\x44\xb0\xc5\x33\x4c\xc1\x89\x1c\x98\xd6\x3d\xdb\x91\x85\x09\x33\x7e\x73\x96\x26\xa2\x4d\x5c\x8c\xae\xba\x84\xf0\x71\x0d\x3a\x47\x18\xd7\xa5\xc6\xa0\x6a\x36\x78\xa2\x4a\x2b\xdf\xdc\x71\x78\x2d\x29\xcb\x5a\xb8\xb5\x14\x3b\xa0\xda\xb2\xa0\xdd\xca\xd0\x33\x5b\x3c\xaf\x70\x83\x27\x88\x0c\x07\x58\xe1\xe6\xc3\xa9\x70\x1d\x37\xfe\xba\x9c\x24\x9e\xa1\xd6\x34\x12\x7f\x9b\x24\x0f\xc6\x10\x56\x7a\x4d\xb2\xaa\xde\xd0\x02\xc2\x24\x92\xec\xec\xb7\x06\xe8\xd1\xb9\x4d\x29\xd8\x11\x9d\xe6\x6e\xcb\xc4\x83\xbb\x28\x02\x5e\x32\x76\xcb\xdf\x9d\x6e\x03\x0c\x89\x05\x23\x29\x76\x28\x3e\x8c\xef\x67\xe3\x9e\xb2\x43\x2b\x03\x32\x85\xf0\x66\x3a\xf8\xac\x73\x94\x47\xaa\xd0\x07\x92\x65\x40\x35\x68\x01\xc8\x33\x10\x6b\xd8\x9b\x1a\x8d\xf0\xbf\x4b\xc6\xc8\x35\xb1\xa7\x6a\x95\xbe\xf1\x8a\x8e\x94\x67\xe2\x18\xe4\x54\x69\x21\xcf\x6d\x37\xcf\x9a\x68\x74\xdf\x2e\x3e\x8c\xc7\x7e\xe7\xf7\x69\x53\xd7\xb3\xdf\x9b\xc4\x9d\x38\x0c\xdf\xdb\x70\xc9\xfd\xcd\x37\x63\xb6\x59\x7f\x24\x4f\x66\xe3\xba\xde\x60\x21\xc6\x5b\x3c\x27\xbf\xdc\x8a\x19\x32\xd4\x08\x75\xa4\x2d\xdd\x9f\xc9\x34\x5e\x1a\x03\xdc\x07\x95\x5c\xee\xde\xeb\x51\xb9\x0c\xa4\xab\x76\xd8\x95\x46\x45\x7d\x5e\xff\x66\x5c\x9b\x7c\x46\x3d\x6f\x5c\x7d\xfd\xb8\xaa\x64\x9f\x37\xf2\xb7\xb0\x17\xd7\x54\xfb\x11\x00\x00\xff\xff\xc4\x65\x37\x15\x9a\x06\x00\x00") func staticQuerystringJsBytes() ([]byte, error) { return bindataRead(