Skip to content

Commit

Permalink
Updated files that were not updated last time
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 3, 2014
1 parent 905a29f commit fd3df83
Show file tree
Hide file tree
Showing 7 changed files with 1,311 additions and 882 deletions.
2 changes: 1 addition & 1 deletion ImperaviRedactorWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Veaceslav Medvedev <slavcopost@gmail.com>
* @author Alexander Makarov <sam@rmcreative.ru>
*
* @version 1.2.17
* @version 1.2.18
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
4 changes: 2 additions & 2 deletions assets/plugins/clips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="http://imperavi.com/js/redactor/redactor.css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="http://imperavi.com/js/redactor/redactor.js"></script>

<!-- Redactor's plugin -->
Expand Down Expand Up @@ -71,7 +71,7 @@
</ul>
</section>
<footer>
<a href="#" class="redactor_modal_btn redactor_btn_modal_close">Close</a>
<button class="redactor_btn_modal_close">Close</button>
</footer>
</div>

Expand Down
2 changes: 0 additions & 2 deletions assets/plugins/fontcolor/fontcolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RedactorPlugins.fontcolor = {

var buttons = ['fontcolor', 'backcolor'];

this.buttonAddSeparator();

for (var i = 0; i < 2; i++)
{
var name = buttons[i];
Expand Down
1,360 changes: 746 additions & 614 deletions assets/redactor.css

Large diffs are not rendered by default.

Loading

0 comments on commit fd3df83

Please # to comment.