diff options
Diffstat (limited to 'share/www/browse/document.html')
-rw-r--r-- | share/www/browse/document.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/www/browse/document.html b/share/www/browse/document.html index f4f6fff9..09136533 100644 --- a/share/www/browse/document.html +++ b/share/www/browse/document.html @@ -64,9 +64,6 @@ specific language governing permissions and limitations under the License. $("#toolbar button.add").click(page.addField); $("#toolbar button.load").click(page.uploadAttachment); $("#toolbar button.delete").click(page.deleteDocument); - - // Update the title - document.title = "View Document " + page.docId; }); </script> </head> |