/**
 * Created by saikumark on 17-6-2016
 */

(function ($) {
  $(".container.x4-top .article-content .testimony").each(function () {
    $($(this).parent().closest(".container.x4-top")).addClass(
      "testimony-widget"
    );
  });
  $(".container.x4-top .article-content .salsa-form-widget").each(function () {
    $($(this).parent().closest(".container.x4-top")).addClass("salsa-widget");
  });

  $(document).ready(function () {
    /* get hash to trigger pop up */
    var pagehash = window.location.hash;

    if (pagehash == "#submit-story" && $(".submit-story .btn-primary").length) {
      $(".submit-story .btn-primary").click();
    }

    $(document).on("click", ".launch-chat", function () {
      $("#five9-maximize-button").trigger("click");
      return false;
    });
  });
})(jQuery);
