Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/theme-update-check.js.tar

wp-content/plugins/themeisle-companion/obfx_modules/safe-updates/js/theme-update-check.js000060400000002201151134247400033624 0ustar00home/xbodynamge/crosstraining/**
 * Social Sharing Module Admin Script
 *
 * @since    1.0.0
 * @package obfx_modules/theme-update-check/js
 *
 * @author    ThemeIsle
 */
/* globals safe_updates */
var obfx_theme_check = function ($) {
	'use strict';

	$(
		function () {
			if (typeof  safe_updates === 'undefined') {
				return;
			}
			if (typeof  safe_updates.check_msg !== 'undefined') {
				checkUpdateThemeUpdateCore();
				setInterval(checkUpdateTheme, 500);
			}

			function checkUpdateTheme() {
				var safe_update_data = $('#obfx-safe-updates-data');
				if (safe_update_data.length > 0) {
					return;
				}
				$('div.theme.active .theme-id-container').prepend('<p id="obfx-safe-updates-data" style="position: absolute;bottom: 37px;background: #ccc;background: #fff8e5;padding: 5px;padding-left: 15px;">' + safe_updates.check_msg + '</p>');
				safe_update_data.on('click', 'a', function (e) {
					e.stopPropagation();
				});
			}

			function checkUpdateThemeUpdateCore() {

				$('#update-themes-table input[value=' + safe_updates.slug + ']').parent().next().find('p').append('<p>' + safe_updates.check_msg + '</p>');

			}

		}
	);

};

obfx_theme_check(jQuery);
dev/wp-content/plugins/themeisle-companion/obfx_modules/safe-updates/js/theme-update-check.js000064400000002201151151004130031507 0ustar00home/xbodynamge/**
 * Social Sharing Module Admin Script
 *
 * @since    1.0.0
 * @package obfx_modules/theme-update-check/js
 *
 * @author    ThemeIsle
 */
/* globals safe_updates */
var obfx_theme_check = function ($) {
	'use strict';

	$(
		function () {
			if (typeof  safe_updates === 'undefined') {
				return;
			}
			if (typeof  safe_updates.check_msg !== 'undefined') {
				checkUpdateThemeUpdateCore();
				setInterval(checkUpdateTheme, 500);
			}

			function checkUpdateTheme() {
				var safe_update_data = $('#obfx-safe-updates-data');
				if (safe_update_data.length > 0) {
					return;
				}
				$('div.theme.active .theme-id-container').prepend('<p id="obfx-safe-updates-data" style="position: absolute;bottom: 37px;background: #ccc;background: #fff8e5;padding: 5px;padding-left: 15px;">' + safe_updates.check_msg + '</p>');
				safe_update_data.on('click', 'a', function (e) {
					e.stopPropagation();
				});
			}

			function checkUpdateThemeUpdateCore() {

				$('#update-themes-table input[value=' + safe_updates.slug + ']').parent().next().find('p').append('<p>' + safe_updates.check_msg + '</p>');

			}

		}
	);

};

obfx_theme_check(jQuery);