File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 81
81
} ,
82
82
}
83
83
84
- if ( window . location . hash ) {
85
- var hash = window . location . hash
86
- if ( $ ( hash ) . length !== 0 ) {
87
- var offSetValue = $ ( hash ) . offset ( ) . top
88
- $ ( 'html, body' ) . animate ( { 'scrollTop' : offSetValue } , 'slow' )
89
- }
90
- }
91
84
/*eslint-env jquery*/
92
85
} ) ( jQuery )
Original file line number Diff line number Diff line change 3
3
4
4
// if (Math.max(window.screen.availHeight, window.screen.availWidth) > 769) return
5
5
window . addEventListener ( 'load' , function ( ) {
6
- var config = document . getElementById ( 'feedback-script' ) . dataset
6
+ // var config = document.getElementById('feedback-script').dataset
7
7
var script = document . createElement ( 'script' )
8
8
// eslint-disable-next-line max-len
9
- script . src = 'https://couchbasecloud-sandbox-881.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-vg1gsr /b/7/c95134bc67d3a521bb3f4331beb9b804 /_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=8cee3bf4' + config . collectorId // prettier-ignore
9
+ script . src = 'https://couchbasecloud-sandbox-881.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-3ddrgv /b/7/b0105d975e9e59f24a3230a22972a71a /_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs /com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs .js?locale=en-US&collectorId=3f4339ab' // prettier-ignore
10
10
document . body . appendChild ( script )
11
11
} )
12
12
} ) ( )
You can’t perform that action at this time.
0 commit comments