c819539d8f
Jquery’s .remove() was putting us into a loop and we were getting “Maximum call stack exceeded” errors. By just using the native .remove() https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove we should be able to avoid it and specs should be happier Test plan: * Run: `bin/rspec ./spec/selenium/dashboard/recent_activity/dashboard_spec.rb:72` * it should pass, all the time! Change-Id: Ie706966a1e770b2c6747573b722095d5714c5a88 Reviewed-on: https://gerrit.instructure.com/201490 Tested-by: Jenkins Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> |
||
---|---|---|
.. | ||
DashboardView.js |