Skip to content

Commit

Permalink
Merge branch 't/10994'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Oct 25, 2013
2 parents fcc60f7 + f84c10e commit 48da853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,10 @@ CKEditor 4 Changelog

## CKEditor 4.2.3

Fixed Issues:

* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: loading external jQuery when opening adapter sample from file.

## CKEditor 4.2.2

Fixed Issues:
Expand Down
2 changes: 1 addition & 1 deletion samples/jquery.html
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<title>jQuery Adapter &mdash; CKEditor Sample</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="../ckeditor.js"></script>
<script src="../adapters/jquery.js"></script>
<link href="sample.css" rel="stylesheet">
Expand Down

0 comments on commit 48da853

Please sign in to comment.