We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2343104 commit 57360ceCopy full SHA for 57360ce
assets/js/home.js
@@ -17,7 +17,7 @@ addEventListener('load', function() {
17
FRM_OPEN + GHB_CLS + GHB_SRC + 'star' + FRM_CLOSE +
18
FRM_OPEN + GHB_CLS + GHB_SRC + 'fork' + FRM_CLOSE +
19
FRM_OPEN + TWT_CLS + TWT_FLW + ' ' + TWT_SRC + TWT_FLW + TWT_QRY + 'false&screen_name=bestiejs' + FRM_CLOSE +
20
- FRM_OPEN + TWT_CLS + 'share ' + TWT_SRC + 'tweet' + TWT_QRY + 'true&url=https://lodash.com/&text=' + DSC + FRM_CLOSE
+ FRM_OPEN + TWT_CLS + 'share ' + TWT_SRC + 'tweet' + TWT_QRY + 'true&url=' + location.origin + '/&text=' + DSC + FRM_CLOSE
21
22
var container = document.getElementById('social')
23
if (navigator.onLine && typeof phantom == 'undefined') {
0 commit comments