1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/app/assets/javascripts/images.js
2014-04-13 22:36:40 +01:00

11 lines
327 B
JavaScript

// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
// You can use CoffeeScript in this file: http://coffeescript.org/
$(function() {
$('.images a.image').magnificPopup({
type: 'image',
gallery: { enabled: true }
})
})