From 2ba0771c94287ddc7ad005ed25338f8cb3811896 Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Fri, 23 Jun 2017 23:31:35 +0300 Subject: [PATCH] fix --- src/dokumentor/static/js/profile/asset.js | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/dokumentor/static/js/profile/asset.js b/src/dokumentor/static/js/profile/asset.js index 6e69608..783e356 100644 --- a/src/dokumentor/static/js/profile/asset.js +++ b/src/dokumentor/static/js/profile/asset.js @@ -2,23 +2,23 @@ * Created by mitri4 on 23.06.17. */ -$(document).ready(function() { - - $uploadCrop = $('#stamp').croppie({ - enableExif: true, - viewport: { - width: 200, - height: 200, - type: 'circle' - }, - boundary: { - width: 300, - height: 300 - } - }); - - - -}); +// $(document).ready(function() { +// +// $uploadCrop = $('#stamp').croppie({ +// enableExif: true, +// viewport: { +// width: 200, +// height: 200, +// type: 'circle' +// }, +// boundary: { +// width: 300, +// height: 300 +// } +// }); +// +// +// +// });