Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martec committed Jun 28, 2017
1 parent 26ee789 commit 5027613
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 114 deletions.
6 changes: 3 additions & 3 deletions inc/plugins/rineditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

define('RE_PLUGIN_VER', '0.8.1');
define('RE_PLUGIN_VER', '0.8.2');

function rineditor_info()
{
Expand Down Expand Up @@ -665,7 +665,7 @@ function rineditor_inserter_quick($smilies = true)
if($i < $mybb->settings['smilieinsertertot'])
{
$dropdownsmiliesurl .= '"'.$mybb->asset_url.'/'.$image.'",';
$dropdownsmiliesdes .= '"'.$find.'",';
$dropdownsmiliesdes .= '" '.$find.' ",';
$dropdownsmiliesname .= '"'.$name.'",';
if (empty($rinsmiledir)) {
$rinsmiledir = substr($dropdownsmiliesurl, 1, strrpos($dropdownsmiliesurl, '/'));
Expand All @@ -674,7 +674,7 @@ function rineditor_inserter_quick($smilies = true)
else
{
$dropdownsmiliesurlmore .= '"'.$mybb->asset_url.'/'.$image.'",';
$dropdownsmiliesdesmore .= '"'.$find.'",';
$dropdownsmiliesdesmore .= '" '.$find.' ",';
$dropdownsmiliesnamemore .= '"'.$name.'",';
}

Expand Down
201 changes: 101 additions & 100 deletions jscripts/rin/editor/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moono-lisa/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moono-lisa/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moono-lisa/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moono-lisa/editor_ie8.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moonocolor/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moonocolor/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moonocolor/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moonocolor/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/rin/editor/skins/rin-moonocolor/editor_ie8.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 5027613

Please sign in to comment.