Skip to content

Commit 67a052e

Browse files
authored
Merge pull request #11 from istex/improve-sid
Improve sid
2 parents 876ceb9 + 6662505 commit 67a052e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ app.filter('languagize', function(){
178178
// this parameter is used for usage statistics
179179
app.filter('sidize', function() {
180180
return function(input, scope) {
181+
if (input.indexOf('sid=') !== -1) return input;
181182
if (input.indexOf('?') !== -1) {
182183
input += '&sid=istex-widgets';
183184
} else {

0 commit comments

Comments
 (0)