use packaged jquery plugins cookie and history
This commit is contained in:
parent
31e97114c7
commit
73a0990704
2 changed files with 4 additions and 0 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -132,5 +132,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-gemnasium-gitlab-service,
|
||||
ruby-slack-notifier,
|
||||
ruby-asana,
|
||||
libjs-jquery-cookie,
|
||||
libjs-jquery-history
|
||||
Description: FIXME
|
||||
<insert long description, indented with spaces>
|
||||
|
|
2
debian/gitlab.links
vendored
2
debian/gitlab.links
vendored
|
@ -1,3 +1,5 @@
|
|||
etc/gitlab/unicorn.rb usr/share/gitlab/config/unicorn.rb
|
||||
etc/gitlab/database.yml usr/share/gitlab/config/database.yml
|
||||
etc/gitlab/gitlab.yml usr/share/gitlab/config/gitlab.yml
|
||||
usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js
|
||||
usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js
|
||||
|
|
Loading…
Reference in a new issue