Current File : /home/kelaby89/alalamy.com.au/wp-content/plugins/kaffen-plugin/admin/assets/js/dashboard.js
(function ($) {
	"use strict";

  if ( $('.theme-browser').length ) {
    var theme = 'kaffen';
    var changelog = 'https://bslthemes.com/product/kaffen-restaurant-wordpress-theme/#item-description__changelog';

    $(window).on('load', function(){
      for ( var i = 250; i<=2500; i += 250 ) {
        setTimeout(function(){
          if ( location.href.indexOf(theme) != -1 ) {
            if ( $('.open-plugin-details-modal').hasClass('thickbox') ) {
              $('.open-plugin-details-modal').attr('href', changelog).attr('target', '_blank').removeClass('thickbox');
            }
          }
        }, i );
      }
    });
    $(document).on('click', '.theme[data-slug="'+theme+'"]', function() {
      if ( location.href.indexOf(theme) != -1 ) {
        for ( var i = 250; i<=2500; i += 250 ){
          setTimeout(function(){
            if ( $('.open-plugin-details-modal').hasClass('thickbox') ) {
              $('.open-plugin-details-modal').attr('href', changelog).attr('target', '_blank').removeClass('thickbox');
            }
          }, i );
        }
      }
    });
  }

})(jQuery);
Page not found – Hello World !