We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ae78 commit e71a979Copy full SHA for e71a979
1 file changed
pmaweb/static/js/utils.js
@@ -28,7 +28,7 @@ function theme_load() {
28
if (self.document.location.hash.length > 1) {
29
hash = self.document.location.hash.substring(1);
30
/* Check validity */
31
- if (hash.match(/^pma_[0-9]_[0-9]$/) === null) {
+ if (hash.match(/^(pma_[0-9]_[0-9]|all)$/) === null) {
32
hash = null;
33
}
34
0 commit comments