Changeset 12268

Show
Ignore:
Timestamp:
06/23/11 16:47:48 (2 years ago)
Author:
mbrevda
Message:

re #5170 - unbind before binding dests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/assets/js/script.legacy.js

    r12223 r12268  
    649649function bind_dests_double_selects() { 
    650650  //destination double dropdown code 
    651   $('.destdropdown').bind('blur click change keypress', function(){ 
     651  $('.destdropdown').unbind().bind('blur click change keypress', function(){ 
    652652    var name=$(this).attr('name'); 
    653653    var id=name.replace('goto',''); 
     
    708708  }); 
    709709 
     710  //show/hide a gui_eleements section 
    710711  $('.guielToggle').click(function() { 
    711712    var txt = $(this).find('.guielToggleBut');