Skip to content

Commit cf696a0

Browse files
selulCopilot
andauthored
Update assets/js/media.js
Co-authored-by: Copilot <[email protected]>
1 parent 9fa0480 commit cf696a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/media.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jQuery(document).ready(function($) {
22
jQuery('.move-image-optml').click(function() {
3-
//ge the id and send a jquery rest request to the server
3+
//get the id and send a jquery rest request to the server
44
var id = jQuery(this).data('id');
55
var action = jQuery(this).data('action');
66
moveImage(id, action, jQuery(this));

0 commit comments

Comments
 (0)