Skip to content

Commit

Permalink
[build] 4.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Oct 20, 2017
1 parent ab68268 commit 142623e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)

# docsify <small>4.3.13</small>
# docsify <small>4.3.14</small>

> A magical documentation site generator.
Expand Down
2 changes: 1 addition & 1 deletion lib/docsify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3990,7 +3990,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.3.13';
Docsify.version = '4.3.14';

/**
* Run Docsify
Expand Down
2 changes: 1 addition & 1 deletion lib/docsify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/plugins/codesponsor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function tpl (id, options) {
var div = Docsify.dom.create('div');

Docsify.dom.toggleClass(div, 'codesponsor');
div.innerHTML = "<iframe\n scrolling=0\n frameborder=0\n width=250\n height=250\n id=\"code-sponsor-embed-iframe\"\n src=\"https://app.codesponsor.io/widgets/" + id + "?" + (qs.join('&')) + "\">\n </iframe>";
div.innerHTML = "<iframe\n scrolling=0\n frameborder=0\n width=250\n height=auto\n style=\"max-height: 250px;\"\n id=\"code-sponsor-embed-iframe\"\n src=\"https://app.codesponsor.io/widgets/" + id + "?" + (qs.join('&')) + "\">\n </iframe>";

return div
}
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/codesponsor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docsify-server-renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docsify-server-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.3.13",
"version": "4.3.14",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",
Expand Down

0 comments on commit 142623e

Please sign in to comment.