[mythtv-commits] mythtv/master commit: fad355b14 by Chris Pinkham (cpinkham)
MythTV
noreply at mythtv.org
Wed Apr 6 08:50:10 UTC 2011
Author: Chris Pinkham <cpinkham at mythtv.org>
Change Date: 2011-04-06T01:43:40-07:00
Push Date: 2011/04/06 01:50:07 -0700
Repository: mythtv
Branch: master
New Revision: fad355b14878d5d8a428ffe1d3d305a217227187
Changeset: https://github.com/MythTV/mythtv/commit/fad355b14
Log:
HTML Setup: Javascript and tabs simplification and bugfix
Move tab initialization to a function with tab preloading
in the background turned on by default.
Disable tab animation for the Storage Groups Editor since it breaks
the 'add new storage group' functionality due to what appears to be
a bug when we add a new tab then select it. The new tab is not
selected when we try to select it.
Remove some unused javascript functions for adding/removing
tabs since they are only wrappers for 1-line jquery calls.
Rename 'setuptabs' on the JobQueue editor to 'jobqueuetabs'.
Init the Storage Group Editor tabs only once, there's no need to
reinit every time we initStorageGroups() since we call that
function during several operations now.
Modified:
mythtv/html/js/util.qjs
mythtv/html/setup/jobqueue.html
mythtv/html/setup/js/general.js
mythtv/html/setup/js/jobqueue.js
mythtv/html/setup/js/storagegroups.js
mythtv/html/setup/js/wizard.js
More information about the mythtv-commits
mailing list