Commit 905309a6 by AlasdairSwan

Merge pull request #7995 from edx/alasdair/ECOM-986-the-wayward-caret

ECOM-986 updated class being used by JS for carats to use classes bei…
parents 887c4f45 8d0ac31e
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
$(function () { $(function () {
var icons = { var icons = {
header: "ui-fa-circle-arrow-e", header: "ui-icon-carat-1-e",
activeHeader: "ui-fa-circle-arrow-s" activeHeader: "ui-icon-carat-1-s"
}; };
var act = 0; var act = 0;
$("#accordion").accordion( $("#accordion").accordion(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment