Skip to content

Commit

Permalink
Merge pull request #14 from fredvd/patch-1
Browse files Browse the repository at this point in the history
set script type correctly
  • Loading branch information
kroman0 committed May 20, 2015
2 parents c1812e3 + a4c5174 commit bd65860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collective/easyform/browser/modeleditor.pt
Expand Up @@ -39,7 +39,7 @@
</form>
<div id="modelEditor" tal:content="view/modelSource" />
</div>
<script>
<script type="text/javascript">
// start with an editor that fits the viewport with room
// to show the save button.
jQuery(function ($) {
Expand Down

0 comments on commit bd65860

Please sign in to comment.