fixed mistaken removal of shift/ctrl buttons on mobiles for file* views
This commit is contained in:
@@ -327,5 +327,11 @@
|
|||||||
$('#viewer_del').on('click', function() { DelDBox('Restore') } )
|
$('#viewer_del').on('click', function() { DelDBox('Restore') } )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( isMobile() )
|
||||||
|
{
|
||||||
|
$('#shift-key').css('visibility', 'visible');
|
||||||
|
$('#ctrl-key').css('visibility', 'visible');
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock script_content %}
|
{% endblock script_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user