forked from kindsoft/kindeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fad461
commit 2181d5b
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @author Roddy <[email protected]> | ||
* @website http://www.kindsoft.net/ | ||
* @licence http://www.kindsoft.net/license.php | ||
* @version 4.1.9 (2013-11-23) | ||
* @version 4.1.10 (2013-11-23) | ||
*******************************************************************************/ | ||
(function (window, undefined) { | ||
if (window.KindEditor) { | ||
|
@@ -17,7 +17,7 @@ if (!window.console) { | |
if (!console.log) { | ||
console.log = function () {}; | ||
} | ||
var _VERSION = '4.1.9 (2013-11-23)', | ||
var _VERSION = '4.1.10 (2013-11-23)', | ||
_ua = navigator.userAgent.toLowerCase(), | ||
_IE = _ua.indexOf('msie') > -1 && _ua.indexOf('opera') == -1, | ||
_NEWIE = _ua.indexOf('msie') == -1 && _ua.indexOf('trident') > -1, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @author Roddy <[email protected]> | ||
* @website http://www.kindsoft.net/ | ||
* @licence http://www.kindsoft.net/license.php | ||
* @version 4.1.9 (2013-11-23) | ||
* @version 4.1.10 (2013-11-23) | ||
*******************************************************************************/ | ||
(function (window, undefined) { | ||
if (window.KindEditor) { | ||
|
@@ -17,7 +17,7 @@ if (!window.console) { | |
if (!console.log) { | ||
console.log = function () {}; | ||
} | ||
var _VERSION = '4.1.9 (2013-11-23)', | ||
var _VERSION = '4.1.10 (2013-11-23)', | ||
_ua = navigator.userAgent.toLowerCase(), | ||
_IE = _ua.indexOf('msie') > -1 && _ua.indexOf('opera') == -1, | ||
_NEWIE = _ua.indexOf('msie') == -1 && _ua.indexOf('trident') > -1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters