mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
take out empty javascript tags
This commit is contained in:
parent
699a4f4bc4
commit
43cfc11a04
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user