summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/attachment.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/attachment.js b/js/attachment.js
index d9bdabc4e..09401f07d 100644
--- a/js/attachment.js
+++ b/js/attachment.js
@@ -236,11 +236,6 @@ function viewRaw(patchviewerinstalled)
function switchToMode(mode, patchviewerinstalled)
{
- if (mode == current_mode) {
- alert('switched to same mode! This should not happen.');
- return;
- }
-
// Switch out of current mode
if (current_mode == 'edit') {
hideElementById('editFrame');