Automatically sort subscribers and moderators alphabetically on page load

This commit is contained in:
2021-11-25 13:24:24 +01:00
parent 6edf9a6d47
commit 35b510fd16

View File

@@ -44,7 +44,7 @@
//{/literal} //{/literal}
</script> </script>
</head> </head>
<body> <body onload="document.getElementById('subscribers').value = document.getElementById('subscribers').value.split('\n').sort().join('\n'); document.getElementById('moderators').value = document.getElementById('moderators').value.split('\n').sort().join('\n');">
<div id="header"> <div id="header">
<div id="header_left"> <div id="header_left">
<a href="{$web_url}">{$headline}</a> <a href="{$web_url}">{$headline}</a>