Skip to content

Commit 538f5ad

Browse files
committed
Build new version
1 parent 7b35670 commit 538f5ad

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ IE Buster(アイイーバスター)は、IE ユーザーに Chrome を促す
3333
### [CDN](https://www.jsdelivr.com/package/npm/ie-buster)
3434

3535
```html
36-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/ie-buster.min.js"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/ie-buster.min.js"></script>
3737
```
3838

3939
HTML 内に CDN のリンクを貼るだけで、ポップアップを表示できます。
@@ -60,7 +60,7 @@ module.exports = {
6060
script: [
6161
{
6262
src:
63-
"https://cdn.jsdelivr.net/npm/[email protected].1/dist/ie-buster.min.js"
63+
"https://cdn.jsdelivr.net/npm/[email protected].2/dist/ie-buster.min.js"
6464
}
6565
]
6666
}

dist/assets/css/project.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! IE Buster v1.0.1 MIT by Qrac */
1+
/*! IE Buster v1.0.2 MIT by Qrac */
22

33
/*! Shitaji.CSS v4.6.0 CC0 by Qrac */
44

dist/assets/css/project.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ie-buster.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! IE Buster v1.0.1 MIT by Qrac */
1+
/*! IE Buster v1.0.2 MIT by Qrac */
22

33
function ieBusterUserAgentCheck() {
44
var ieBusterUserAgent = window.navigator.userAgent.toLowerCase()
@@ -13,8 +13,8 @@ if (ieBusterUserAgentCheck()) {
1313
var ieBusterTarget = document.getElementsByTagName("body")[0]
1414
var ieBusterApp = document.createElement("div")
1515
ieBusterApp.innerHTML =
16-
'<div style="position: fixed; top: 0px; left: 0; width: 100%; padding: 16px; box-sizing: border-box;">' +
17-
'<div style="width: 100%; max-width:866px; margin: 0 auto; padding: 16px 20px; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px; box-sizing: border-box; font-family: SegoeUI, Meiryo, sans-serif; z-index: 999999;">' +
16+
'<div style="position: fixed; top: 0px; left: 0; width: 100%; padding: 16px; box-sizing: border-box; z-index: 999999;">' +
17+
'<div style="width: 100%; max-width:866px; margin: 0 auto; padding: 16px 20px; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px; box-sizing: border-box; font-family: SegoeUI, Meiryo, sans-serif;">' +
1818
'<p style="display: block; float: left; width: 100%; max-width: 664px; margin: 0; color: #000; font-size: 14px; font-weight: 400; line-height: 1.5;">' +
1919
"ご利用のインターネットブラウザは推奨環境ではありません。セキュリティリスクが高い状態ですので、最新の Google Chrome をご利用ください。" +
2020
"</p>" +

dist/ie-buster.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="logo is-centering">
3434
<h2 class="ribbon-desc is-center is-centering">IE ユーザーに Chrome を促す 1.5KB のポップアップ JS</h2>
3535
</div>
3636
<p class="text is-center is-lg">
37-
<span class="text is-strong">v1.0.1</span>
37+
<span class="text is-strong">v1.0.2</span>
3838
</p>
3939
<p class="text is-center is-lg">
4040
<svg class="icon is-lg" role="img">
@@ -93,7 +93,7 @@ <h4 class="heading is-center is-strong is-mobile-lg is-tablet-xl">
9393
<use xlink:href="/assets/img/sprite.svg#external-link"></use>
9494
</svg>
9595
</h4>
96-
<pre class="pre"><code class="code">&lt;script src=&#34;https://cdn.jsdelivr.net/npm/[email protected].1/dist/ie-buster.min.js&#34;&gt;&lt;/script&gt;</code></pre>
96+
<pre class="pre"><code class="code">&lt;script src=&#34;https://cdn.jsdelivr.net/npm/[email protected].2/dist/ie-buster.min.js&#34;&gt;&lt;/script&gt;</code></pre>
9797
<p class="texts is-center">
9898
<span class="text">HTML 内に CDN のリンクを貼るだけで、ポップアップを表示できます。</span>
9999
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "ie-buster",
99
"description": "Save web creators with Chrome link popup for IE.",
10-
"version": "1.0.1",
10+
"version": "1.0.2",
1111
"main": "dist/ie-buster.min.js",
1212
"license": "MIT",
1313
"homepage": "https://github.com/qrac/ie-buster#readme",

0 commit comments

Comments
 (0)