File: use-packaged-bootstrap

package info (click to toggle)
nqp 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,972 kB
  • sloc: java: 28,087; perl: 3,479; ansic: 451; makefile: 202; javascript: 68; sh: 1
file content (22 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Use packaged bootstrap
Author: dod
Applied-Upstream: NA
---
 src/vm/moar/profiler/template.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: nqp/src/vm/moar/profiler/template.html
===================================================================
--- nqp.orig/src/vm/moar/profiler/template.html
+++ nqp/src/vm/moar/profiler/template.html
@@ -5,8 +5,8 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>MoarVM Profiler Results</title>
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
+    <link rel="stylesheet" href="/usr/share/javascript/bootstrap/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/usr/share/javascript/bootstrap/css/bootstrap-theme.min.css">
     <style>
     body {
       min-height: 500px;