diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-31 11:21:43 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-31 11:21:43 -0500 |
commit | 9a98013736f1acebbb62c5fce6a10c02e32b516f (patch) | |
tree | feff8f7ad561e3d33e585d585ce37a1158aa558f /scripts | |
parent | e1be33805370874849d8db76f3014a145d73fb60 (diff) |
Add table/pagination to the project list
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 4a7d020a..828740a3 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -1,6 +1,6 @@ #!/bin/bash -app_css="base links title table form button alert tooltip header board project task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive" +app_css="base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive" vendor_css="jquery-ui-1.10.4.custom chosen.min fullcalendar.min font-awesome.min" app_js="base board calendar task analytic init" |