Skip to content

Instantly share code, notes, and snippets.

@rgtalbot
Last active January 12, 2018 19:11
Show Gist options
  • Save rgtalbot/fea71d90bd6b7422b8e00bca0323faa3 to your computer and use it in GitHub Desktop.
Save rgtalbot/fea71d90bd6b7422b8e00bca0323faa3 to your computer and use it in GitHub Desktop.
Refresh One Codes

Refresh One

CSS

Red

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/red/style.css);

Turqouise

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/turquoise/style.css);

Green

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/green/style.css);

Javascript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("https://core.brandco.com/placester/plymouth-themes/refresh-one/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment