Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
a5dbd936
Commit
a5dbd936
authored
Jul 09, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nuke IE8 stuff from docs
parent
41d6cad4
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
6 additions
and
202 deletions
+6
-202
docs/_includes/header.html
docs/_includes/header.html
+6
-12
docs/examples/blog/index.html
docs/examples/blog/index.html
+0
-10
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+0
-10
docs/examples/cover/index.html
docs/examples/cover/index.html
+0
-10
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+0
-10
docs/examples/grid/index.html
docs/examples/grid/index.html
+0
-10
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron-narrow/index.html
+0
-10
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+0
-10
docs/examples/justified-nav/index.html
docs/examples/justified-nav/index.html
+0
-10
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-fixed-top/index.html
+0
-10
docs/examples/navbar-static-top/index.html
docs/examples/navbar-static-top/index.html
+0
-10
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+0
-10
docs/examples/non-responsive/index.html
docs/examples/non-responsive/index.html
+0
-10
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+0
-10
docs/examples/signin/index.html
docs/examples/signin/index.html
+0
-10
docs/examples/starter-template/index.html
docs/examples/starter-template/index.html
+0
-10
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+0
-10
docs/examples/sticky-footer/index.html
docs/examples/sticky-footer/index.html
+0
-10
docs/examples/theme/index.html
docs/examples/theme/index.html
+0
-10
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/index.html
+0
-10
No files found.
docs/_includes/header.html
View file @
a5dbd936
...
...
@@ -21,26 +21,20 @@
{% endif %}
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<!-- Optional Bootstrap Theme -->
{% if site.github %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% else %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% endif %}
{% if site.github %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% else %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% endif %}
{% endif %}
<!-- Documentation extras -->
<link
href=
"../assets/css/docs.min.css"
rel=
"stylesheet"
>
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
href=
"/apple-touch-icon-precomposed.png"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
...
...
docs/examples/blog/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"blog.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/carousel/index.html
View file @
a5dbd936
...
...
@@ -13,19 +13,9 @@
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link
href=
"carousel.css"
rel=
"stylesheet"
>
</head>
...
...
docs/examples/cover/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"cover.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/dashboard/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/grid/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"grid.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/jumbotron-narrow/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"jumbotron-narrow.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/jumbotron/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/justified-nav/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/navbar-fixed-top/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"navbar-fixed-top.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/navbar-static-top/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"navbar-static-top.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/navbar/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/non-responsive/index.html
View file @
a5dbd936
...
...
@@ -18,18 +18,8 @@
<!-- Custom styles for this template -->
<link
href=
"non-responsive.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/offcanvas/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/signin/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"signin.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/starter-template/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/sticky-footer/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
docs/examples/theme/index.html
View file @
a5dbd936
...
...
@@ -18,18 +18,8 @@
<!-- Custom styles for this template -->
<link
href=
"theme.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body
role=
"document"
>
...
...
docs/examples/tooltip-viewport/index.html
View file @
a5dbd936
...
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<link
href=
"tooltip-viewport.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script
src=
"../../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment