Skip to content

Commit

Permalink
#408 added a forgotten Bootstrap carousel JavaScript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jun 13, 2016
1 parent f819a05 commit 1093c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradleResources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ task copyJsResources(type: Copy) {
from 'js/bootstrap-treeview.min.js'
from 'js/bootstrap-notify.min.js'
from 'js/bootstrap-datetimepicker.min.js'
from 'js/bootstrap-transition.js'
from 'js/moment-with-locales.min.js'
from 'js/datatables.min.js'
// from 'js/jquery.dataTables.min.js'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

/** This class holds the attributes of <b:carousel />. */
@ResourceDependencies({ @ResourceDependency(library = "bsf", name = "js/carousel.js", target = "head"),
@ResourceDependency(library = "bsf", name = "js/bootstrap-transition.js", target = "head")
@ResourceDependency(library = "bsf", name = "js/transition.js", target = "head")
})
@FacesComponent("net.bootsfaces.component.carousel.Carousel")
public class Carousel extends UICommand
Expand Down

0 comments on commit 1093c44

Please sign in to comment.