Closed
Bug 727432
Opened 13 years ago
Closed 13 years ago
JS Error on Admin pages
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.4.3
People
(Reporter: espressive, Assigned: espressive)
Details
(Whiteboard: [qa-])
Currently on non branch data sources admin pages there is the following JS error:
$("#data_sources").tabs is not a function
http://crash-stats/js/socorro/admin.js
Line 76
Fix
----
First test to ensure that the #data_sources element exists before calling .tabs
Assignee | ||
Comment 1•13 years ago
|
||
Sent pull request: https://github.com/mozilla/socorro/pull/350
Status: NEW → ASSIGNED
Whiteboard: [qa-]
Comment 2•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ccc0c7572e6c9e9e14f45472c4441a5b5fea648b
Merge pull request #350 from ossreleasefeed/js-error-admin-pages-727432
fix for js error on admin pages fixes bug 727432
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•