From e93a7c5039004cd5516e15a04b5cf0b3d2aac5f5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Dec 2012 11:51:15 +0100 Subject: [PATCH] cleanup --- static/js/plugin.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/js/plugin.js b/static/js/plugin.js index 015f001a..ae216425 100644 --- a/static/js/plugin.js +++ b/static/js/plugin.js @@ -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 () { -- 2.43.0