take out empty javascript tags

This commit is contained in:
Uwe Steinmann 2018-11-16 11:42:21 +01:00
parent 699a4f4bc4
commit 43cfc11a04

View File

@ -76,11 +76,6 @@ $(document).ready(function() {
$this->contentStart();
$this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
$this->contentHeading(getMLText("trigger_workflow"));
?>
<script language="JavaScript">
</script>
<?php
$action = $transition->getAction();
$currentstate = $latestContent->getWorkflowState();