[pLog-svn] r5703 - plog/trunk/js/ui

Ammar Ibrahim ammar.ibrahim at gmail.com
Sun Jul 22 06:16:53 EDT 2007


Have you guys considered using a JS toolkit? This will simplify alot of the
JS stuff.

On 7/21/07, oscar at devel.lifetype.net <oscar at devel.lifetype.net> wrote:
>
> Author: oscar
> Date: 2007-07-20 18:30:31 -0400 (Fri, 20 Jul 2007)
> New Revision: 5703
>
> Modified:
>    plog/trunk/js/ui/plogui.js
> Log:
> This code is not needed anymore
>
>
> Modified: plog/trunk/js/ui/plogui.js
> ===================================================================
> --- plog/trunk/js/ui/plogui.js  2007-07-20 22:29:26 UTC (rev 5702)
> +++ plog/trunk/js/ui/plogui.js  2007-07-20 22:30:31 UTC (rev 5703)
> @@ -1,41 +1,3 @@
> -function submitCommentsList(op)
> -{
> -       if ( op == 'changeCommentsStatus' )
> -       {
> -               if ( document.getElementById("postCommentsList").commentStatus.value
> == -1 )
> -               window.alert(errorCommentStatusMsg);
> -               else
> -               {
> -                       document.getElementById("postCommentsList").op.value
> = op;
> -                       document.getElementById
> ("postCommentsList").submit();
> -               }
> -       }
> -       else
> -       {
> -               document.getElementById("postCommentsList").op.value = op;
> -               document.getElementById("postCommentsList").submit();
> -       }
> -}
> -
> -function submitTrackbacksList(op)
> -{
> -       if ( op == 'changeTrackbacksStatus' )
> -       {
> -               if ( document.getElementById("postTrackbacksList").trackbackStatus.value
> == -1 )
> -               window.alert(errorTrackbackStatusMsg);
> -               else
> -               {
> -                       document.getElementById("postTrackbacksList").op.value
> = op;
> -                       document.getElementById
> ("postTrackbacksList").submit();
> -               }
> -       }
> -       else
> -       {
> -               document.getElementById("postTrackbacksList").op.value =
> op;
> -               document.getElementById("postTrackbacksList").submit();
> -       }
> -}
> -
> function submitLinksList(op)
> {
>         document.getElementById("links").op.value = op;
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://limedaley.com/pipermail/plog-svn/attachments/20070722/b7a4c10b/attachment.htm 


More information about the pLog-svn mailing list