fckeditor.callback.js 193 B

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