We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa0480 commit cf696a0Copy full SHA for cf696a0
assets/js/media.js
@@ -1,6 +1,6 @@
1
jQuery(document).ready(function($) {
2
jQuery('.move-image-optml').click(function() {
3
- //ge the id and send a jquery rest request to the server
+ //get the id and send a jquery rest request to the server
4
var id = jQuery(this).data('id');
5
var action = jQuery(this).data('action');
6
moveImage(id, action, jQuery(this));
0 commit comments