Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. diff --git a/core/misc/ajax.js b/core/misc/ajax.js
  2. index fefe9f3..ca40fd6 100644
  3. --- a/core/misc/ajax.js
  4. +++ b/core/misc/ajax.js
  5. @@ -1061,7 +1061,11 @@
  6.  
  7. // Immediately hide the new content if we're using any effects.
  8. if (effect.showEffect !== 'show') {
  9. - $new_content.hide();
  10. + // I am commenting out the following line, as it makes any paragraph
  11. + // bundle that needs to load some ajax (text, entity reference, etc)
  12. + // not load on first load in Safari if it's clicked after a cache clear
  13. + // - an edge case, I know! - Mark Conroy.
  14. + // $new_content.hide();
  15. }
  16.  
  17. // Determine which effect to use and what content will receive the
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement