Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize slider with default values before calling initWatchdog() #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maciex
Copy link
Contributor

@maciex maciex commented Feb 8, 2018

When the addon is not connected to Kodi, the error appears in the logs when opening the remote page.

Error: cannot call methods on slider prior to initialization; attempted to call method 'value'  jquery-2.1.4.min.js:2:1821
	error moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/jquery-2.1.4.min.js:2:1821
	e.widget.bridge/e.fn[t]/< moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/jquery-ui-1.11.4.min.js:6:9073
	each moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/jquery-2.1.4.min.js:2:2880
	each moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/jquery-2.1.4.min.js:2:845
	e.widget.bridge/e.fn[t] moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/jquery-ui-1.11.4.min.js:6:8812
	initWatchdog/watchdog< moz-extension://3dbca519-d1fb-43d8-979a-dc1b00563750/js/remote.js:299:27```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant