Author: jakehiller
Date: 2010-01-26 21:59:41 +0100 (Tue, 26 Jan 2010)
New Revision: 27213

Modified:
   plugins/pkBlogPlugin/trunk/modules/pkBlogEventAdmin/templates/_tagList.php
Log:
fixed javascript bug


Modified: 
plugins/pkBlogPlugin/trunk/modules/pkBlogEventAdmin/templates/_tagList.php
===================================================================
--- plugins/pkBlogPlugin/trunk/modules/pkBlogEventAdmin/templates/_tagList.php  
2010-01-26 20:50:11 UTC (rev 27212)
+++ plugins/pkBlogPlugin/trunk/modules/pkBlogEventAdmin/templates/_tagList.php  
2010-01-26 20:59:41 UTC (rev 27213)
@@ -15,12 +15,12 @@
        var     tagList = $('#pk_blog_event_tags').attr('value');
        console.log(tagList);
        var recommendedTag = $('.recommended-tag');
-                       
+
        recommendedTag.click(function(){
-       
+
        tagList = $('#pk_blog_event_tags').attr('value');
        theTag = $(this).text();
-       
+
                if (!$(this).hasClass('selected'))
                { //Only add it if it hasn't been added already
                        tagList += ", "+theTag;

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to