Removed obsolete code.

This commit is contained in:
Martin Edenhofer 2015-12-16 09:37:54 +01:00
parent 015b0dcd9a
commit 644ecc6ef8

View file

@ -1413,10 +1413,6 @@ wait untill text in selector disabppears
instance.execute_script("$('.content.active div[data-name=body]').html('#{body_quoted}').trigger('focusout')") instance.execute_script("$('.content.active div[data-name=body]').html('#{body_quoted}').trigger('focusout')")
end end
# click on click catcher
if params[:do_not_submit]
click_catcher_remove(browser: instance)
end
end end
if data[:group] if data[:group]