Fix {local_storage_db} replacement in template.html.
Bad regex caused {local_storage_db} to be left unreplaced. It managed to match "{localStorageDb: {local_storage_db}" for which it didn't find any replacement. Now with stricter regex such errors should be no more.
Loading
Please register or sign in to comment