[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/usermanager/ -> script.js (source)

   1  /**
   2   * Add JavaScript confirmation to the User Delete button
   3   */
   4  function usrmgr_delconfirm(){
   5      if($('usrmgr__del')){
   6          addEvent( $('usrmgr__del'),'click',function(){ return confirm(reallyDel); } );
   7      }
   8  };
   9  addInitEvent(usrmgr_delconfirm);


Generated: Tue Dec 2 01:30:01 2008 Cross-referenced by PHPXref 0.7