When I looked in inspect element/console there was an error “jQuery(…).live is not a function at HTMLDocument.” main_backend.js:1766
So in that file I replaced on line 1766 and it was on 1866 line, .live with .on
It is because jQuery .live() has been removed in version 1.9 onwards.