mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-04 18:53:32 +08:00
10 lines
204 B
Python
10 lines
204 B
Python
(function($) {
|
|
'use strict';
|
|
$(function() {
|
|
$('.cancel-link').click(function(e) {
|
|
e.preventDefault();
|
|
window.history.back();
|
|
});
|
|
});
|
|
})(django.jQuery);
|