🕵️♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !function (e) { function t(i) { if (n[i]) return n[i].exports; var r = n[i] = { exports: {}, id: i, loaded: !1 }; return e[i].call(r.exports, r, r.exports, t), r.loaded = !0, r.exports } var n = {}; return t.m = e, t.c = n, t.p = "", t(0) }([function (e, t, n) { var i = n(1)(), r ="https://rawgit.com/lowlines/three-tgx-loader/master/three.tgxloader.js";if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was available.");var a={};window.DESTINYMODELCONFIG&&(a=window.DESTINYMODELCONFIG),a.apiKey||(a.apiKey=""),AFRAME.registerComponent("destiny-model",{schema:{itemHash:{type:"number"},shaderHash:{type:"number",default:0},game:{type:"string",default:"destiny2"},apiKey:{type:"string",default:a.apiKey},platform:{type:"string",default:"mobile"},d1Manifest:{type:"string",default:a.d1Manifest},d2Manifest:{type:"string",default:a.d2Manifest}},multiple:!1,init:function(){this.model=null,this.loader=null,this.loaderPromise=o().then(function(){this.loader=new THREE.TGXLoader}.bind( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function dateValidation () { | |
| $('#input_1_6').on('blur', function (e) { | |
| var $field = $(this), | |
| inputVal = $field.val().split('/'), | |
| ddVal = inputVal[1], | |
| mmVal = inputVal[0], | |
| yyVal = inputVal[2], | |
| today = new Date(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * ACF Modules for Pages | |
| * | |
| */ | |
| // check to see if we overrode the parent page ID | |
| if ( !isset($parent_id) ) : | |
| $parent_id = get_the_ID(); | |
| endif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CF7 validation | |
| if ( $('.wpcf7-form').length > 0 ) { | |
| // for each form on the page... | |
| $('.wpcf7-form').each(function () { | |
| var $form = $(this), | |
| action = $form.attr('action'), | |
| $field = $form.find('.bot-check'); | |
| // remove the action from the form by default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ bundler -v | |
| Bundler version 1.6.3 | |
| $ rbenv global | |
| 2.1.0 | |
| $ ruby -v | |
| ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0] | |
| $ bundle | |
| Your Ruby version is 2.0.0, but your Gemfile specified 2.1.0 |