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

Fixes a NOT_FOUND_ERR in the DOM when initialising #222

Merged
merged 1 commit into from Dec 12, 2011
Merged

Fixes a NOT_FOUND_ERR in the DOM when initialising #222

merged 1 commit into from Dec 12, 2011

Conversation

acleon
Copy link
Contributor

@acleon acleon commented Nov 9, 2011

To fix an error that occurs when the counter is added. See here for
more information:

(http://getsatisfaction.com/galleria/topics/dom_error_with_galleria_plugin)

Single change made was to alter the use of the append() function,
passing a text node rather than a string literal. New call is in-line
with the example from the jQuery documentation:

(http://api.jquery.com/append/#example-1)

To fix an error that occurs when the counter is added. See here for
more information:

http://getsatisfaction.com/galleria/topics/dom_error_with_galleria_plugi
n

Single change made was to alter the use of the append() function,
passing a text node rather than a string literal. New call is in-line
with the example from the jQuery documentation:

http://api.jquery.com/append/#example-1
davidhellsing added a commit that referenced this pull request Dec 12, 2011
Fixes a NOT_FOUND_ERR in the DOM when initialising
@davidhellsing davidhellsing merged commit a60d32f into GalleriaJS:master Dec 12, 2011
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

2 participants