Skip to content

Commit 516a512

Browse files
author
matthew-a-dunlap
authored
Merge pull request #1 from OdumInstitute/debug-webserver
Debug webserver
2 parents cf892f3 + f3a854f commit 516a512

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hsis_sas_merge/forms.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class HSISMergeForm(forms.Form):
66
#TODO: Do something better instead of overloading this string
77
DATASET_CHOICES = [
88
#('NC|07|doi:10.33563/FK2/WAXZEH', 'NC 2007'), #Match 1&2 unsupported currently
9+
('NC|11|doi:10.33563/FK2/ERXBTI', 'NC 2011'),
910
('NC|13|doi:10.33563/FK2/V1JFNA', 'NC 2013'),
1011
('NC|15|doi:10.33563/FK2/7RLCDC', 'NC 2015'),
1112
#('other', 'other') #unsupported currently

hsis_sas_merge/templates/hsis_sas_merge/form_define_merge.html

+5
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@
3838
document.getElementById("loading").style.display = 'block';
3939
}
4040
</script>
41+
<script>
42+
if ( window.history.replaceState ) {
43+
window.history.replaceState( null, null, window.location.href );
44+
}
45+
</script>
4146

4247
{% comment %} {% endblock content %} {% endcomment %}

0 commit comments

Comments
 (0)