• babay88

    (@babay88)


    I have firefox 3.6.13
    I try to edit a post. some scripts are loaded in footer. firefox doesn’t load them (opers does load).

    the script load string is

    <script type='text/javascript' src='https://ensol/wp-admin/load-scripts.php?c=1&load=jquery-form,hoverIntent,common,jquery-color,schedule,wp-ajax-response,autosave,suggest,wp-lists,jquery-ui-core,jquery-ui-sortable,postbox,post,word-count,media-upload,jquery-ui-tabs&ver=8078fff8acbc48ce42b75dfbd11d8b3b'></script>

    by the way there is a bug: ‘&’ shouldn’t be translated into ‘&’ in urls. I’ve fixed it in my local code. the code became:

    <script type='text/javascript' src='https://ensol/wp-admin/load-scripts.php?c=1&load=jquery-form,hoverIntent,common,jquery-color,schedule,wp-ajax-response,autosave,suggest,wp-lists,jquery-ui-core,jquery-ui-sortable,postbox,post,word-count,media-upload,jquery-ui-tabs&ver=8078fff8acbc48ce42b75dfbd11d8b3b'></script>

    but nevertheless, firefox doesn’t load this script and I get an error
    ‘win.send_to_editor is not a function’ when I try to insers an image into a post.

    but on ‘console’ page forefox successfuly loads scripts in footer.
    so, I can’t understand, why it doesn’t load those scripts in editor.

  • The topic ‘Firefox doesn't load some scripts in footer’ is closed to new replies.