First commit of the V2.
New base, new info.
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user