[mythtv-commits] mythtv/master commit: 3e4b37e74 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Wed Mar 30 16:45:00 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-03-30T09:43:01-07:00
   Push Date:  2011/03/30 09:44:58 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  3e4b37e749368f3ea84bf5b18af41cb02b4befdd
   Changeset:  https://github.com/MythTV/mythtv/commit/3e4b37e74

Log:

HTML Setup: Wrap async download off/on calls around .getScript()

JQuery's .getScript is asynchronous, so it sometimes hasn't downloaded
the javascript by the time that we need the functions in the javascript,
so wrap our two .getScript() calls with some .ajaxSetup() calls to disable
and then re-enable asynchronous downloads.

Modified:

   mythtv/html/js/util.qjs



More information about the mythtv-commits mailing list