diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-24 21:32:03 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-24 21:32:03 -0500 |
commit | 37c6616e50dbce2a298a27513b9882bb105405b0 (patch) | |
tree | 32fc40db197717893aa08dc50fa275a6804fa34a /scripts | |
parent | 5d7cff35261b485a994f5346f682fd802218de8d (diff) |
Integrate tooltips and code cleanup/fix bugs, see #166
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 be75cfb3..7358470c 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -1,6 +1,6 @@ #!/bin/bash -css="base links title table form button alert header board project task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive font-awesome.min jquery-ui-1.10.4.custom chosen.min" +css="base links title table form button alert tooltip header board project task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive font-awesome.min jquery-ui-1.10.4.custom chosen.min" js="jquery-1.11.1.min jquery-ui-1.10.4.custom.min jquery.ui.touch-punch.min chosen.jquery.min base board task analytic init" rm -f assets/css/app.css |