M13-M14
This commit is contained in:
parent
e0ac9e8c79
commit
cb6d064f87
1644 changed files with 64166 additions and 46 deletions
9
static/admin/js/cancel.js
Normal file
9
static/admin/js/cancel.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function($) {
|
||||
'use strict';
|
||||
$(function() {
|
||||
$('.cancel-link').click(function(e) {
|
||||
e.preventDefault();
|
||||
window.history.back();
|
||||
});
|
||||
});
|
||||
})(django.jQuery);
|
||||
Loading…
Add table
Add a link
Reference in a new issue