diff options
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r-- | share/www/browse/database.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index a3c08804..6b12ed7d 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -103,9 +103,6 @@ specific language governing permissions and limitations under the License. $("#toolbar button.add").click(page.addDocument); $("#toolbar button.compact").click(page.compactDatabase); $("#toolbar button.delete").click(page.deleteDatabase); - - // Update title - document.title = "Browse Database " + page.db.name; }); </script> </head> |