File tree 6 files changed +6
-7
lines changed
6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ var getScriptPageTasks = function (aOptions) {
148
148
license . forEach ( function ( aElement , aIndex , aArray ) {
149
149
aOptions . script . licenses . unshift ( { name : aElement . value } ) ;
150
150
} ) ;
151
- } else if ( ! script . isLib ) {
152
- aOptions . script . licenses = [ { name : 'MIT License (Expat)' } ] ;
153
151
}
154
152
155
153
// Show collaborators of the script
Original file line number Diff line number Diff line change 25
25
</ div >
26
26
< section class ="post-menu-area ">
27
27
< div class ="submit-panel btn-toolbar ">
28
- < a href ="/about/Frequently-Asked-Questions "> < i class ="fa fa-book "> </ i > </ a >
28
+ < a href ="/about/Frequently-Asked-Questions "> < i class ="fa fa-question-circle " title =" FAQ "> </ i > </ a >
29
29
< a href ="https://guides.github.com/features/mastering-markdown/ " title ="GitHub Flavor Markdown compatible "> < i class ="octicon octicon-markdown "> </ i > </ a >
30
30
< button class ="btn btn-sm btn-success pull-right " title ="submit your comment " type ="submit ">
31
31
< i class ="fa fa-fw fa-reply "> </ i > Submit
Original file line number Diff line number Diff line change 24
24
< div class ="container-fluid row user-content ">
25
25
< textarea name ="comment-content " data-provide ="markdown " data-iconlibrary ="fa " class ="col-xs-12 " placeholder ="Type here using Markdown. " required ="required "> </ textarea >
26
26
< div class ="submit-panel btn-toolbar ">
27
- < a href ="/about/Frequently-Asked-Questions "> < i class ="fa fa-book "> </ i > </ a >
27
+ < a href ="/about/Frequently-Asked-Questions "> < i class ="fa fa-question-circle " title =" FAQ "> </ i > </ a >
28
28
< a href ="https://guides.github.com/features/mastering-markdown/ "> < i class ="octicon octicon-markdown " title ="GitHub Flavor Markdown compatible "> </ i > </ a >
29
29
< button class ="btn-sm btn btn-success pull-right " type ="submit "> < i class ="fa fa-reply "> </ i > Reply</ button >
30
30
</ div >
Original file line number Diff line number Diff line change 19
19
< a class ="btn btn-{{#lockdown.updateURLCheck}}info{{/lockdown.updateURLCheck}}{{^lockdown.updateURLCheck}}default{{/lockdown.updateURLCheck}} "
20
20
title ="How do I use this? "
21
21
href ="/about/Frequently-Asked-Questions#q-does-openuserjs-org-have-meta- ">
22
- < i class ="fa fa-{{#lockdown.updateURLCheck}}exclamation{{/lockdown.updateURLCheck}}{{^lockdown.updateURLCheck}}question{{/lockdown.updateURLCheck}} "> </ i >
22
+ < i class ="fa fa-{{#lockdown.updateURLCheck}}exclamation-triangle {{/lockdown.updateURLCheck}}{{^lockdown.updateURLCheck}}question-circle {{/lockdown.updateURLCheck}} "> </ i >
23
23
</ a >
24
24
</ span >
25
25
</ div >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2 class="page-heading">
19
19
{{/script.showMinficationNotices}}
20
20
</ li >
21
21
< li role ="separator " class ="divider "> </ li >
22
- < li > < a href ="/about/Userscript-Beginners-HOWTO "> < em class ="fa fa-fw fa-file-text-o "> </ em > Userscript Beginners HOWTO</ a > </ li >
22
+ < li > < a href ="/about/Userscript-Beginners-HOWTO "> < em class ="fa fa-fw fa-question-circle "> </ em > Userscript Beginners HOWTO</ a > </ li >
23
23
</ ul >
24
24
</ div >
25
25
{{/script.isLib}}
Original file line number Diff line number Diff line change 49
49
{{#script.homepages}}< p > < i class ="fa fa-fw fa-home "> </ i > < b > Homepage:</ b > < a href ="{{{url}}} "{{#hasNoFollow}} rel ="nofollow "{{ /hasNoFollow}}> {{text}}</ a > </ p > {{/script.homepages}}
50
50
{{#script.support}}< p > < i class ="fa fa-fw fa-support "> </ i > < b > Support:</ b > < a href ="{{{url}}} "{{#hasNoFollow}} rel ="nofollow "{{ /hasNoFollow}}> {{text}}</ a > </ p > {{/script.support}}
51
51
{{#script.copyrights}}< p > < i class ="fa fa-fw fa-copyright "> </ i > < b > Copyright:</ b > {{name}}</ p > {{/script.copyrights}}
52
- {{#script.licenses}}< p > < i class ="fa fa-fw fa-legal "> </ i > < b > License:</ b > {{name}}</ p > {{/script.licenses}}
52
+ {{#script.licenses}}< p > < i class ="fa fa-fw fa-balance-scale "> </ i > < b > License:</ b > {{name}}</ p > {{/script.licenses}}
53
+ {{^script.isLib}}{{^script.licenses}}< p > < i class ="fa fa-fw fa-legal "> </ i > < b > License:</ b > MIT License (Expat)</ p > {{/script.licenses}}{{/script.isLib}}
53
54
{{#hasCollab}}
54
55
< p > < i class ="fa fa-fw fa-user "> </ i > < b > Collaborator:</ b > {{#script.collaborators}} < span class ="label label-info "> < a href ="/users/{{{url}}} "> {{text}}</ a > </ span > {{/script.collaborators}}</ p >
55
56
{{/hasCollab}}
You can’t perform that action at this time.
0 commit comments