HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/shaping-sar.ru/public_html/wp-content/themes/beauty spa/js/custom.js
// JavaScript Document
//Author Name: jThemes Studio
//Author URI: http://www.jakjim.com
//Themeforest: http://themeforest.net/user/jThemes?ref=jThemes
//Creation Date: 10nd April, 2014


/* CUSTOM PARAMETERS */
			
/* ================================  CONTACT PAGE  =================================== */
			
	/* SET CONTACT FORM SUCCESS MESSAGE */
	
			var submitMessage = "Your form has been submitted successfully.";
			
			var successParagraph = "We'll respond to your message within 24 hours. <br> Please call <b>123.456.789</b> for any urgent queries. Thank You!";
			
			var successBoxColor = "f9ffef"; // Background color for the success box
			
			var successBoxBorderStyle = "solid"; // Border Style  -  Example: solid, dotted, dashed, double
			
			var successBox_Border_Color = "bede8f"; // Border color for success box
			
			var textColor = "7a994c"; // text color for success box
			
/* ================================  SUBSCRIBE FORM  =================================== */
			
	/* SET SUBSCRIBE FORM SUCCESS MESSAGE */
	
			var sub_submitMessage = "You have subscribed successfully.";
			
			var sub_successBoxColor = "f9ffef"; // Background color for the success box
			
			var sub_successBoxBorderStyle = "solid"; // Border Style  -  Example: solid, dotted, dashed, double
			
			var sub_successBox_Border_Color = "bede8f"; // Border color for success box
			
			var sub_textColor = "7a994c"; // text color for success box
			
/* ================================  REPLACE GOOGLE FONT CODE HERE  =================================== */
// Google Web Fonts

	WebFontConfig = {
    google: { families: [ 'Open+Sans:400,300,400italic,600,600italic,700,700italic,800,800italic,300italic:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();
  
  WebFontConfig = {
    google: { families: [ 'Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();