From b47bc4092c8a48801ea199578e540c82b2a53fc1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Oct 2017 19:39:19 +0100 Subject: UI: change colors - manage footer --- ishtar_pdl/static/pdl/JQueryCorporation.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ishtar_pdl/static/pdl/JQueryCorporation.js (limited to 'ishtar_pdl/static/pdl/JQueryCorporation.js') diff --git a/ishtar_pdl/static/pdl/JQueryCorporation.js b/ishtar_pdl/static/pdl/JQueryCorporation.js deleted file mode 100644 index e65001506..000000000 --- a/ishtar_pdl/static/pdl/JQueryCorporation.js +++ /dev/null @@ -1,14 +0,0 @@ -var current_status = 'corporation'; - -$(function() { - var $radios = $('input:radio[name=person_type]'); - if($radios.is(':checked') === false) { - $radios.filter('[value='+ current_status +']').prop('checked', true); - } - - $radios.change(function(){ - var loc = window.location; - window.location = loc.protocol + '//' + loc.host + loc.pathname + "?status=" + $('input:radio[name=person_type]:checked').val(); - }); - $("#corporation_div").show(); -}); -- cgit v1.2.3