File: github-button.patch

package info (click to toggle)
node-nouislider 15.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: javascript: 5,234; php: 474; sh: 32; python: 28; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Replace Github button on documentation page.
 Was raising a privacy-breach-generic Lintian warning.
Author: Doug Torrance <dtorrance@piedmont.edu>
Forwarded: not-needed
Last-Update: 2020-05-14

--- a/documentation/_run/index.php
+++ b/documentation/_run/index.php
@@ -49,9 +49,8 @@
                 <?php code('install'); ?>
             </div>
 
-            <iframe style="margin: 30px auto 0; display: block;"
-                    src="https://ghbtns.com/github-btn.html?user=leongersen&repo=noUiSlider&type=star&count=true&size=large"
-                    frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
+            <a href="https://github.com/leongersen/noUiSlider" class="button">
+                    Star on Github</a>
         </div>
     </div>