mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
add js translation to make drag&drop work
This commit is contained in:
parent
d66b6346e5
commit
7d0f266eab
|
@ -141,6 +141,7 @@ class SeedDMS_View_Timeline extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
|
|
||||||
header('Content-Type: application/javascript');
|
header('Content-Type: application/javascript');
|
||||||
|
parent::jsTranslations(array('cancel', 'splash_move_document', 'confirm_move_document', 'move_document', 'confirm_transfer_link_document', 'transfer_content', 'link_document', 'splash_move_folder', 'confirm_move_folder', 'move_folder'));
|
||||||
?>
|
?>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#update').click(function(ev){
|
$('#update').click(function(ev){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user