File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
< div id ="gitalk-container "> </ div >
2
- < script >
3
- $ ( function ( ) {
4
- var gitalk = new Gitalk ( { clientID : 'e87cf0551a08f93ea5fa ' ,
5
- clientSecret : 'fd691f6e041f1c73975220ff65cd31b44c6ab82c ' ,
2
+ < script type =" text/javascript " >
3
+ var gitalk = new Gitalk ( {
4
+ clientID : '080fe741a179ec70a1eb ' ,
5
+ clientSecret : 'a52bd68144390e680437344e24756fe8b07caf89 ' ,
6
6
repo : 'codingted.github.io' ,
7
7
owner : 'codingted' ,
8
8
admin : [ 'codingted' ] ,
9
- id : comment . gitalk , // Ensure uniqueness and length less than 50
10
- distractionFreeMode : false // Facebook-like distraction free mode
11
- } )
9
+ id : ' comment.gitalk' ,
10
+ distractionFreeMode : false
11
+ } ) ;
12
12
gitalk . render ( 'gitalk-container' )
13
- } ) ;
14
13
</ script >
Original file line number Diff line number Diff line change 35
35
* ` vim/vundle `
36
36
* ` xx-net `
37
37
* ` trash `
38
+ * ` rvm ` ruby版本管理工具[ https://rvm.io/ ] ( https://rvm.io/ )
You can’t perform that action at this time.
0 commit comments