We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3560d0 commit f325437Copy full SHA for f325437
public/js/admin/master.js
@@ -12,6 +12,8 @@ function translate(string) {
12
13
$(function () {
14
15
+ FastClick.attach(document.body);
16
+
17
var dropZoneTemplate = '<div class="thumbnail dz-preview dz-file-preview">\
18
<div class="dz-details">\
19
<div class="thumb-container">\
0 commit comments