We have moved: https://github.com/magnetikonline/linuxmicrosoftievirtualmachines
Due to the popularity of this Gist, and the work in keeping it updated via a Gist, all future updates will take place at the above location. Thanks!
We have moved: https://github.com/magnetikonline/linuxmicrosoftievirtualmachines
Due to the popularity of this Gist, and the work in keeping it updated via a Gist, all future updates will take place at the above location. Thanks!
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<style> | |
#padiact_overlay_div | |
{ } |
<script type="text/javascript"> | |
window.nrlskOnEvent = function(padiact) | |
{ | |
if (padiact.type=='open') | |
{ | |
// the code that needs to run when the PadiAct pop-up is displayed goes here | |
// example: | |
console.log ('PadiAct Showed Up'); | |
// available vars: | |
// padiact.id (padiact campaign ID) |
dataLayer = [{ | |
'page': 'search', | |
'searchedKeyword': 'rc car', | |
'visitorType': 'high-value', | |
'nrDisplayedResults': '70', | |
'appliedFilters': [ 'price' : '<10' , 'color' : 'red' ], //applied filters | |
'nrAvailableFilters': '4', // number of available filters | |
'priceRanges': [ '0-10$' : '23' , '11$-49$' : '2' , '50$-99$' : '45' ], //pricing range of products | |
'searchCategory': 'boyToys', | |
'productReviews': [ '0 reviews' : '68' , 'positive reviews' : '0' , 'negative reviews' : '2' ] |
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: