From 7e914192d274c82a25959846ec7914a8b6b24f52 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 19 Jun 2008 15:25:14 +0000 Subject: [PATCH] Fix in selector onchange extension --- js/inserts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/inserts.js b/js/inserts.js index 33bff885..d85a9062 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -111,7 +111,7 @@ function _set_combo_select(e) { } e.onchange = function() { var s = this; - + this.setAttribute('_last', this.selectedIndex); if(s.className=='combo') _update_box(s); if(s.selectedIndex>=0) { -- 2.30.2