mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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->contentStart();
|
||||||
$this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
|
$this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
|
||||||
$this->contentHeading(getMLText("trigger_workflow"));
|
$this->contentHeading(getMLText("trigger_workflow"));
|
||||||
?>
|
|
||||||
<script language="JavaScript">
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$action = $transition->getAction();
|
$action = $transition->getAction();
|
||||||
$currentstate = $latestContent->getWorkflowState();
|
$currentstate = $latestContent->getWorkflowState();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user