Vergleich admin/jscripts/peeker.js - 1.8.15 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 38Zeile 38
			// attach event handlers to the inputs in the node list
this.controller.each(function(i, el) {
el = $(el);

			// attach event handlers to the inputs in the node list
this.controller.each(function(i, el) {
el = $(el);

				el.on('change', fn);
el.click(fn);

				el.on('click change', fn);


			});
} else {
this.controller.on('change', fn);

			});
} else {
this.controller.on('change', fn);