diff options
author | matthew <matthew> | 2007-05-04 15:08:17 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-04 15:08:17 +0000 |
commit | 878b7e8174d5e672797f188923e33edefbc69465 (patch) | |
tree | ecef244c8a29cfc3266758ba1b495ac4cd1b7300 /web/js.js | |
parent | e5f199be14d2ba82ca03524f7d1fb2fc79f7677e (diff) |
Haven't got NA option.
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -61,9 +61,6 @@ YAHOO.util.Event.onContentReady('another_qn', function() { YAHOO.util.Event.addListener('been_fixed_yes', 'click', function(e) { YAHOO.util.Dom.setStyle('another_qn', 'display', 'none'); }); - YAHOO.util.Event.addListener('been_fixed_na', 'click', function(e) { - YAHOO.util.Dom.setStyle('another_qn', 'display', 'none'); - }); }); var timer; |