Skip to content

Commit 5068751

Browse files
committedDec 5, 2016
added stuling for embeded console
1 parent 57a05f5 commit 5068751

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

Diff for: ‎src/javarepl/web/embed.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@
1111
<script src="/ui/bower_components/jquery.terminal/js/jquery.mousewheel-min.js" type="text/javascript"></script>
1212

1313
<link href="/ui/bower_components/jquery.terminal/css/jquery.terminal.min.css" rel="stylesheet" type="text/css">
14-
<link href="/ui/bower_components/github-fork-ribbon-css/gh-fork-ribbon.css" rel="stylesheet" type="text/css">
1514

16-
<!--[if lt IE 9]>
17-
<link href="/ui/bower_components/github-fork-ribbon-css/gh-fork-ribbon.ie.css" rel="stylesheet" type="text/css">
18-
<![endif]-->
1915

20-
21-
<link href="term.css" rel="stylesheet" type="text/css">
16+
<link href="/ui/term.css" rel="stylesheet" type="text/css">
2217

2318
<script type="text/javascript">
2419
(function (i, s, o, g, r, a, m) {

0 commit comments

Comments
 (0)
Please sign in to comment.