Removed old directory structure

This commit is contained in:
Mike Young
2019-11-20 00:52:47 -05:00
parent 37fe006da5
commit 5593235212
167 changed files with 0 additions and 28670 deletions

View File

@@ -1,13 +0,0 @@
(function($) {
'use strict';
$(function() {
$('.cancel-link').on('click', function(e) {
e.preventDefault();
if (window.location.search.indexOf('&_popup=1') === -1) {
window.history.back(); // Go back if not a popup.
} else {
window.close(); // Otherwise, close the popup.
}
});
});
})(django.jQuery);