fnp
/
emels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b64138789fd1b98e71a2dd8c90c20a2abac88998
[emels.git]
/
emels
/
static
/
admin
/
js
/
cancel.js
1
(function($) {
2
'use strict';
3
$(function() {
4
$('.cancel-link').click(function(e) {
5
e.preventDefault();
6
window.history.back();
7
});
8
});
9
})(django.jQuery);