Ticket #184: patch.diff
| File patch.diff, 645 bytes (added by waclawjacek, 14 months ago) |
|---|
-
editor.js
118 118 if (!$gp.editor.current || !$gp.editor.current.translation_id) return; 119 119 var editor = $gp.editor.current; 120 120 button.attr('disabled', 'disabled'); 121 $gp.notices.notice('Setting status to “'+status+'̶ 2;…');121 $gp.notices.notice('Setting status to “'+status+'”…'); 122 122 var data = {translation_id: editor.translation_id, status: status}; 123 123 $.ajax({type: "POST", url: $gp_editor_options.set_status_url, data: data, 124 124 success: function(data){
