Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chekun committed Aug 4, 2013
1 parent 054c240 commit 034e635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/templates/default/js/dili_utility/upload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var uploaderSwitcher,uploadedfile,uploaded,uploaderContainer,attachContainer,loading,clipboardContainer,clipboard,clipboardStatus,need_context_menu;

$(function()
{
$.ajaxSetup({
Expand Down Expand Up @@ -169,3 +170,4 @@ function after_editor_upload(data)
attachContainer.append(insert_new_attachment(file));
uploadedfile.val(uploaded);
}

0 comments on commit 034e635

Please sign in to comment.