1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Appease the Hound

This commit is contained in:
Daniel Barber 2016-03-13 18:59:32 +00:00
parent 738af386a8
commit 38b170225f
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -2,8 +2,8 @@ $(document).ready(function() {
return $(".fancy").fancybox({
afterLoad: function() {
$.ajax({
type: 'POST',
url: "/photos/" + (this.element.data('id')) + "/views",
type: "POST",
url: "/photos/" + (this.element.data("id")) + "/views",
});
}
});