cleanup
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 18 Dec 2012 10:51:15 +0000 (11:51 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 18 Dec 2012 10:51:15 +0000 (11:51 +0100)
static/js/plugin.js

index 015f001..ae21642 100644 (file)
@@ -1,12 +1,6 @@
 /* upon document completion, we locate all the hide and show areas, 
  * and configure their behaviour 
  */
-/* xxx missing - see plugin.php 
- * if (typeof jQuery('#$uuid').$title != 'undefined') {
- * jQuery('#$uuid').$title('show');
- * }; 
- */
-
 $(document).ready(function() {
     $('.plugin-hide').each(function() {
        $(this).click(function () {