wymeditor.callback.js 215 B

12345678910
  1. /*
  2. * elFinder Integration
  3. *
  4. * Copyright (c) 2010-2018, Alexey Sukhotin. All rights reserved.
  5. */
  6. function elfinder_wymeditor_callback(url) {
  7. window.opener.jQuery('input.wym_src').val(url);
  8. window.close();
  9. }