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;
|