Skip to content

Commit f728c92

Browse files
committed
gh-pages v4.1.0
1 parent 4340637 commit f728c92

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/grunt-scripts/marked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ Renderer.prototype.link = function(href, title, text) {
875875
} catch (e) {
876876
return '';
877877
}
878-
if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0) {
878+
if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) {
879879
return '';
880880
}
881881
}

release/4.1.0/ui-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.1.0 - 2017-12-18
2+
* ui-grid - v4.1.0 - 2017-12-19
33
* Copyright (c) 2017 ; License: MIT
44
*/
55
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,

release/4.1.0/ui-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.1.0 - 2017-12-18
2+
* ui-grid - v4.1.0 - 2017-12-19
33
* Copyright (c) 2017 ; License: MIT
44
*/
55

release/4.1.0/ui-grid.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.

release/4.1.0/ui-grid.min.js

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

release/ui-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.1.0 - 2017-12-18
2+
* ui-grid - v4.1.0 - 2017-12-19
33
* Copyright (c) 2017 ; License: MIT
44
*/
55
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,

release/ui-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.1.0 - 2017-12-18
2+
* ui-grid - v4.1.0 - 2017-12-19
33
* Copyright (c) 2017 ; License: MIT
44
*/
55

release/ui-grid.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.

release/ui-grid.min.js

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

0 commit comments

Comments
 (0)