Skip to content

Commit f325437

Browse files
committed
Fastclick instanciation
1 parent c3560d0 commit f325437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/js/admin/master.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ function translate(string) {
1212

1313
$(function () {
1414

15+
FastClick.attach(document.body);
16+
1517
var dropZoneTemplate = '<div class="thumbnail dz-preview dz-file-preview">\
1618
<div class="dz-details">\
1719
<div class="thumb-container">\

0 commit comments

Comments
 (0)