diff --git a/static/admin.tpl b/static/admin.tpl index b56ef60..b0996da 100644 --- a/static/admin.tpl +++ b/static/admin.tpl @@ -43,7 +43,7 @@
- +
@@ -65,9 +65,12 @@ } else if (value === '2') { $('[data-strategy="1"]').hide(); $('[data-strategy="2"]').show(); + } else { + $('[data-strategy]').hide(); } } + toggleFields(false); $('[data-field="social:oauth:type"]').on('change', function() { toggleFields(this.value); })