Difference between revisions of "Team:Paris Bettencourt/Protocols"
Line 7: | Line 7: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | var hash = location.hash.replace('#', ''); | ||
+ | if(hash != '') { | ||
+ | alert(hash); | ||
+ | location.hash = ''; | ||
+ | } | ||
}); | }); | ||
</script> | </script> |
Revision as of 09:35, 21 August 2015