|
Lines 188-194
Link Here
|
| 188 |
"plugins" : [ "types" ] |
188 |
"plugins" : [ "types" ] |
| 189 |
}).on('ready.jstree', function(){ |
189 |
}).on('ready.jstree', function(){ |
| 190 |
$(this).jstree('open_all'); |
190 |
$(this).jstree('open_all'); |
| 191 |
$("#hier"+[% original_authid %]+"_anchor").on("click", |
191 |
$("#hier"+[% original_authid | html %]+"_anchor").on("click", |
| 192 |
function(e){e.preventDefault(); return false;} |
192 |
function(e){e.preventDefault(); return false;} |
| 193 |
).css("text-decoration", "none").css("color", "#333"); |
193 |
).css("text-decoration", "none").css("color", "#333"); |
| 194 |
$(".currentauth").css("text-decoration", "none").css("color", "#333"); |
194 |
$(".currentauth").css("text-decoration", "none").css("color", "#333"); |
| 195 |
- |
|
|