Skip to content

Commit

Permalink
Removed JS for Chosen plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mishunov committed Nov 29, 2012
1 parent d3052a4 commit a1840b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clickdummies/contentfinder/index.html
Expand Up @@ -24,7 +24,7 @@
<script src="contentfinder.js" type="text/javascript"></script>
<script src="finderdata.js" type="text/javascript"></script>
<script src="chosen/jqueryui-sorting.js" type="text/javascript"></script>
<script src="chosen/chosen.jquery.js" type="text/javascript"></script>
<!-- <script src="chosen/chosen.jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
// XXX Dummy js here since generated chosen code is
Expand All @@ -34,7 +34,7 @@
$('.chzn-choices').sortable();
});
</script>
</script> -->

<title>Welcome to Plone &mdash; Site</title>

Expand Down

0 comments on commit a1840b5

Please sign in to comment.