Skip to content

Commit

Permalink
Remove tooltips
Browse files Browse the repository at this point in the history
Applies to OpenUserJS#438
  • Loading branch information
Martii committed Nov 3, 2017
1 parent b6e9576 commit 2ebcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/scriptPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{{#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}}
{{#script.copyrights}}<p><i class="fa fa-fw fa-copyright"></i> <b>Copyright:</b> {{name}}</p>{{/script.copyrights}}
{{#script.licenses}}<p><i class="fa fa-fw fa-balance-scale"></i> <b>License:</b> {{name}}</p>{{/script.licenses}}
{{^script.isLib}}{{^script.licenses}}<p><i class="fa fa-fw fa-legal"></i> <b>License:</b> <a href="https://spdx.org/licenses/MIT.html" title="SPDX Short id">MIT</a>; <a href="https://opensource.org/licenses/MIT" title="OSI and TOS Approved">https://opensource.org/licenses/MIT</a></p>{{/script.licenses}}{{/script.isLib}}
{{^script.isLib}}{{^script.licenses}}<p><i class="fa fa-fw fa-legal"></i> <b>License:</b> <a href="https://spdx.org/licenses/MIT.html">MIT</a>; <a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a></p>{{/script.licenses}}{{/script.isLib}}
{{#hasCollab}}
<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>
{{/hasCollab}}
Expand Down

0 comments on commit 2ebcb49

Please sign in to comment.