Your IP : 216.73.216.95


Current Path : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/js/
Upload File :
Current File : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/js/help.js

(function ($) {
  'use strict'

  $('.open-help-tab').on('click', function () {

    var tab = this.hash

    // Find the tab in the Help container
    var tabLink = $('#contextual-help-columns').find('a[href="' + tab + '"]')

    if ($('#screen-meta').is(':hidden')) {
      // If Help container is closed, open it, then select tab
      $('#contextual-help-link').click().promise().done(function () {
        tabLink.click()
      })
    }

    $('html, body').animate({scrollTop: 0}, 800)

    return false
  })
})(jQuery)