aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_prefs_personal.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
index 3499f5ef9a..47e43cafba 100644
--- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
+++ b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
@@ -2,27 +2,6 @@
<script type="text/javascript">
// <![CDATA[
- /**
- * Set display of page element
- *
- * @param string id The ID of the element to change
- * @param int action Set to 0 if element display should be toggled, -1 for
- * hiding the element, and 1 for showing it.
- * @param string type Display type that should be used, e.g. inline, block or
- * other CSS "display" types
- */
- function dE(id, action, type) {
- if (!type) {
- type = 'block';
- }
-
- var display = jQuery('#' + id).css('display');
- if (!action) {
- action = (display === '' || display === type) ? -1 : 1;
- }
- jQuery('#' + id).css('display', ((action === 1) ? type : 'none'));
- }
-
var default_dateformat = '{A_DEFAULT_DATEFORMAT}';
// ]]>
</script>