diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2015-03-10 14:32:23 +0100 |
---|---|---|
committer | Olivier Maridat <olivier.maridat@trialog.com> | 2015-03-10 14:32:23 +0100 |
commit | ef1fea4509a8bd475c9d77ab63764378f1b5067b (patch) | |
tree | deb2702ba728b03bbf8e1ad6021d4f4097c6f977 /scripts | |
parent | 900e3fa1fd0a41e1617cd42a83b34d4c39d1730f (diff) |
Add an item "Add a link" in the dropdown menu of a task in the board view
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-assets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh index 6fe867bb..4dce7245 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -3,7 +3,7 @@ app_css="base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown" vendor_css="jquery-ui.min chosen.min fullcalendar.min font-awesome.min" -app_js="base board calendar analytic task swimlane dashboard" +app_js="base board calendar analytic swimlane dashboard" vendor_js="jquery-1.11.1.min jquery-ui.min jquery.ui.touch-punch.min chosen.jquery.min dropit.min moment.min fullcalendar.min mousetrap.min mousetrap-global-bind.min app.min" lang_js="da de es fi fr hu it ja pl pt-br ru sv th zh-cn tr" |