Commit 3bcea794a99126088586e872a7c685edfc018576
1 parent
f442a214
Merged in from STABLE trunk...
KTS-3616 "MyDropDocuments not working correctly in 3.5.3" Fixed. missing literal tags in smarty template. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9173 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
plugins/MyDropDocumentsPlugin/templates/MyDropDocumentsPlugin/dashlet.smarty
| ... | ... | @@ -76,8 +76,10 @@ function hideTooltip() |
| 76 | 76 | </div> |
| 77 | 77 | <script type="text/javascript">var MY_DROP_DOCUMENTS = "{$url}";</script> |
| 78 | 78 | <script type="text/javascript"> |
| 79 | +{literal} | |
| 79 | 80 | Ext.onReady(function() |
| 80 | 81 | { |
| 81 | 82 | CheckFolderExists(); |
| 82 | 83 | }); |
| 84 | +{/literal} | |
| 83 | 85 | </script> |
| 84 | 86 | \ No newline at end of file | ... | ... |