disable cropper notifications

This commit is contained in:
r888888888
2017-09-14 14:04:54 -07:00
parent 2bd6fed904
commit debf265ba3

View File

@@ -200,7 +200,7 @@ class Upload < ApplicationRecord
def notify_cropper(post) def notify_cropper(post)
if ImageCropper.enabled? if ImageCropper.enabled?
ImageCropper.notify(post) # ImageCropper.notify(post)
end end
end end
end end