Skip to content
  • Robert Lyon's avatar
    Make a copy text box working again (Bug #1220093) · c684dbfc
    Robert Lyon authored
    
    
    - It is another problem with Mochikit and jquery not playing well
    as the $('id_of_element') was being executed by jquery rather than
    mochikit and the syntax is wrong for jquery.
    
    - I've updated the code for the bits where they were clashing and
    explicitly indicated that we are using jQuery for those bits by
    using jQuery() to fetch the dom elements.
    
    - some time in the future this should be rewritten to be all jquery
    (or whatever is the 'standard' js library is)
    
    Change-Id: I51bf4ecd30c4005d7852682ea1fd087c63351e6f
    Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
    c684dbfc