Skip to content

Commit

Permalink
General fixes
Browse files Browse the repository at this point in the history
Fixed Elk language string
Fixed smiley detection, align detection, lists
Added [tt], [pre]
BBC to lowercase
General code quality and style
  • Loading branch information
Frenzie committed Apr 7, 2016
1 parent e7e05d8 commit baa6fa9
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 264 deletions.
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.elkarte.net/site/package-info" xmlns:elk="http://www.elkarte.net/">
<id>Frenzie:quick_quote</id>
<name>Quick Quote</name>
<version>0.1</version>
<version>0.2</version>
<type>addon</type>
<install for="1.0 - 1.0.99">
<readme parsebbc="true">readme.txt</readme>
Expand Down
2 changes: 1 addition & 1 deletion quickQuote.english.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

$txt['quick_quote'] = 'Quick quote';
$txt['quick_quote'] = 'Quick Quote';
3 changes: 2 additions & 1 deletion quickQuote.hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ function QQ_integrate_load_theme()
{
global $txt, $modSettings;

addInlineJavascript('
loadLanguage('quickQuote');
addInlineJavascript('
quickQuote.txt = ' . $txt['quick_quote'] . ';', true);

loadJavascriptFile('quickQuote.js');
Expand Down
Loading

0 comments on commit baa6fa9

Please sign in to comment.