Sha256: 1712f33730a7e6a5bb4ccb0d4cebb997c33e3a87a03e85ec7b8e99ad2dae4e93
Contents?: true
Size: 585 Bytes
Versions: 14
Compression:
Stored size: 585 Bytes
Contents
#= require bootstrap $(document).ready -> $(".modal-dialog").modal({backdrop: true, keyboard: true, show: false, static: false}) $("[data-tip]").tooltip title: (e) -> $(this).data "tip" $(".btn.disabled").on "click", (e) -> e.stopPropagation() false ($ "a[data-toggle=modal]").live 'click', -> target = ($ @).attr('data-target') url = ($ @).attr('href') if url != "#" ($ target).load(url) $("[data-dismiss='modal']").live 'click', -> ($ @).closest('.modal').modal('hide') $("[rel='popover']").popover() $('.carousel').carousel()
Version data entries
14 entries across 14 versions & 1 rubygems