Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Fri Feb 9 16:16:40 2007 UTC | revision 1.3, Wed Feb 14 15:05:30 2007 UTC | |
|---|---|---|
| # | Line 142 function load_node_search(basepath) { | Line 142 function load_node_search(basepath) { |
| 142 | function(contents) { | function(contents) { |
| 143 | if (contents != '') { | if (contents != '') { |
| 144 | $('#ubrowser-nodes').empty().append(contents); | $('#ubrowser-nodes').empty().append(contents); |
| 145 | $('#edit-unid').dblclick( function () { ubrowser_action_select(); } ); | |
| 146 | } | } |
| 147 | } | } |
| 148 | ); | ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |