File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ function test_py_import(line) {
4444 var py_pattern3 = / i m p o r t / ;
4545 var py_pattern4 = / p r o c e s s .l o a d ( .* ) / ;
4646
47+ line = line . trim ( ) ;
48+
4749 var config ;
4850 if ( py_pattern1 . test ( line ) ) {
4951 config = line . replace ( / f r o m \s / , "" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " Github linkify for CMSSW" ,
33 "description" : " Makes browsing CMSSW files waaaay easier." ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "content_scripts" : [
66 {
77 "matches" : [
88 " https://www.github.com/*/cmssw/*" ,
99 " https://github.com/*/cmssw/*"
1010 ],
1111 "js" : [" contentscript.js" ],
12- // "js": ["contentscript.js", "jquery-2.1.1.min.js"]
1312 "run_at" : " document_end" // pay attention to this line
1413 }
1514 ],
You can’t perform that action at this time.
0 commit comments