Skip to content
Snippets Groups Projects
Commit f3cb3e14 authored by Jakob Moser's avatar Jakob Moser
Browse files
parent 60c830a1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ function pillSelect(pillEntry) {
}
}
window.addEventListener("load", function() {
document.addEventListener("DOMContentLoaded", function() {
// Set an event handler for each <li> element within
// a pill. The event handler function will remove the "active"
// class from all siblings of this element and add it to the
......
......@@ -7,7 +7,7 @@
* Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
* Author URI: https://personads.me/
*
* Version: 1.21
* Version: 1.22
*
* License: GNU General Public License v3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment