Skip to content
Snippets Groups Projects
Commit 2759a64f authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

Restored missing function inside dropzone_input.js

parent 435d1a01
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -287,6 +287,10 @@ window.DropzoneInput = (function() {
$uploadingErrorMessage.html(message);
};
 
closeAlertMessage = function() {
return form.find('.div-dropzone-alert').alert('close');
};
form.find('.markdown-selector').click(function(e) {
e.preventDefault();
$(this).closest('.gfm-form').find('.div-dropzone').click();
Loading
Loading
---
title: Restored missing function inside dropzone_input.js
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment