diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-05-15 20:49:51 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-05-15 20:49:51 +0200 |
commit | cf9314d10b12721c8c928305f298559f21ed7ba5 (patch) | |
tree | 303b6ddcdfa5792776a2e2b7688fdf4eafc45498 /js/storage.js | |
parent | ebf6455cd348834792866891e321b4282fa3a49a (diff) | |
parent | a51744863384896b171fe54e952676ec36df6db0 (diff) | |
download | ematrix-cf9314d10b12721c8c928305f298559f21ed7ba5.tar.lz ematrix-cf9314d10b12721c8c928305f298559f21ed7ba5.tar.xz ematrix-cf9314d10b12721c8c928305f298559f21ed7ba5.zip |
Merge branch 'fix-tld-handling'
Diffstat (limited to 'js/storage.js')
-rw-r--r-- | js/storage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/storage.js b/js/storage.js index 4ca9b4f..c56d414 100644 --- a/js/storage.js +++ b/js/storage.js @@ -564,7 +564,7 @@ ) { return false; } - return; + return true; } if ( topic === 'after-asset-updated' ) { |