diff --git a/module/issue/view/bugform.html.php b/module/issue/view/bugform.html.php
index becb0c4a26..3a21c63acf 100644
--- a/module/issue/view/bugform.html.php
+++ b/module/issue/view/bugform.html.php
@@ -141,7 +141,6 @@
| bug->steps;?> |
- fetch('user', 'ajaxPrintTemplates', 'type=bug&link=steps');?>
desc, "rows='10' class='form-control'");?>
|
diff --git a/module/issue/view/storyform.html.php b/module/issue/view/storyform.html.php
index eea6551c43..ba2003168b 100644
--- a/module/issue/view/storyform.html.php
+++ b/module/issue/view/storyform.html.php
@@ -78,7 +78,6 @@
| story->spec;?> |
- fetch('user', 'ajaxPrintTemplates', 'type=story&link=spec');?>
desc, "rows='9' class='form-control kindeditor disabled-ie-placeholder' hidefocus='true' placeholder='" . htmlspecialchars($lang->story->specTemplate . "\n" . $lang->noticePasteImg) . "'");?>
|
diff --git a/module/issue/view/taskform.html.php b/module/issue/view/taskform.html.php
index be8f5936ad..3bc610245d 100644
--- a/module/issue/view/taskform.html.php
+++ b/module/issue/view/taskform.html.php
@@ -68,7 +68,6 @@
| task->desc;?> |
- fetch('user', 'ajaxPrintTemplates', 'type=task&link=desc');?>
desc, "rows='10' class='form-control'");?>
|