Skip to content

Commit

Permalink
Revert "Handle non-admin jQuery."
Browse files Browse the repository at this point in the history
This reverts commit 27407b3.
  • Loading branch information
Rémy HUBSCHER committed Aug 4, 2015
1 parent 27407b3 commit 4d6e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinymce/static/django_tinymce/init_tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
}, 0);
}, true);
});
}( function () { return django && django.jQuery || jQuery }()));
}( function (django) { return django && django.jQuery || jQuery }()));

0 comments on commit 4d6e78f

Please sign in to comment.