|
@@ -7401,10 +7401,10 @@ window.Modernizr = function(n, e, t) {
|
|
|
$("#drawer").hasClass("open") ? (J.trackAlways("showcase_gui", {
|
|
|
gui_action: "hide_highlight_reel"
|
|
|
}),
|
|
|
- $(this).addClass("open").children("img").attr("src","static/images/auto.png")) : (J.trackAlways("showcase_gui", {
|
|
|
+ $(this).addClass("open").children("img").attr("src","static/images/scenes-guide.png")) : (J.trackAlways("showcase_gui", {
|
|
|
gui_action: "show_highlight_reel"
|
|
|
}),
|
|
|
- $(this).removeClass("open").children("img").attr("src","static/images/auto-suspend.png"));
|
|
|
+ $(this).removeClass("open").children("img").attr("src","static/images/scenes-guide-paused.png"));
|
|
|
a()
|
|
|
});
|
|
|
|