Yojan Shrestha
Yojan Shrestha
I agree. IE11 uses Trident/ as an identifier now rather than MSIE which it used in the past.
Correct me if I'm wrong but wouldn't the PR just be adding ```js if (!name) return header ``` in this [line](https://github.com/pillarjs/cookies/blob/master/index.js#L61)? or I might have misunderstood on what is being...
@dougwilson would you be interested in a PR with the above changes (with tests/docs update too of course)?
@Noitidart it really isn't abusing hash. In fact, it's the correct implementation because you're probably requesting implicit grant type and the callback url with query params would mean it'd be...
@SPQRInc Do you happen to have `` in your page?
Let's try this. Let's try adding: ```js $(function() { console.log($('meta[property="fb:app_id"]').attr("content")); $('p').selectionSharer(); }); ``` instead of just ```js $(function() {$('p').selectionSharer();}); ``` and see if it prints `12345679` (or your facebook app_id)...
@12aleksandr12 did you mean something similar to [this](http://www.fbrell.com/saved/5fb6cee711a916c4e8fb43f110dae6d8)?
AFAIK, this project hasn't been published to npm registry. You can however just include this repo's url in `package.json`. Not as convenient as doing `npm install` but atleast it's something....
Are you looking for something like [disqus](https://disqus.com/) instead?
It should use whatever version you installed `tslab` in. If you're using `nvm`, switch to your preferred version i.e. `nvm use `(if the version isn't installed then you'd have to...