benfluleck/HelloBooks

View on GitHub
templates/js/data-toggle.js

Summary

Maintainability
A
0 mins
Test Coverage
$(function() {
    $('[data-toggle="tooltip"]').tooltip()
})

// Initialize popover component
$(function() {
    $('[data-toggle="popover"]').popover()
})

$('.img-upload').imgupload({

    allowedFormats: ["jpg", "jpeg", "png", "gif"],

    previewWidth: 250,

    previewHeight: 250,

    maxFileSizeKb: 2048

});