Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1426949
select_files.js.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 17, 12:59 PM
Size
691 B
Mime Type
text/plain
Expires
Mon, Jan 19, 12:59 PM (23 m, 7 s)
Engine
blob
Format
Raw Data
Handle
325571
Attached To
rARCHIVING archiving
select_files.js.erb
View Options
$('#basic-form input').attr('disabled', true);
$('#basic-form select').attr('disabled', true);
$('.loader').hide();
$('#file-tree').jstree({
'core': {
'data' : {
"url" : "
<%=
escape_javascript
(
tree_client_path
(
client_id
:
@client
.
id
))
%>
",
"data" : function(node) {
return { "id" : node.id };
},
"dataType" : "json"
}
},
'checkbox' : {
'three_state': false
},
"types" : {
"file" : {
"icon" : "glyphicon glyphicon-file"
}
},
"plugins" : ["types", "checkbox"]
});
$('#file-submitter').show();
$('#file-submitter').
append('<input type="hidden" name="location" value="
<%=
escape_javascript
(
@location
)
%>
"/>');
Event Timeline
Log In to Comment