Revision 1940
Added by darkviper over 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
29 Jul-2013 Build 1940 M.v.d.Decken(DarkViper) |
|
| 15 |
# Typofix in /wb_theme/jquer/jquery-plugins.js Line 61 |
|
| 14 | 16 |
25 Jul-2013 Build 1939 M.v.d.Decken(DarkViper) |
| 15 | 17 |
+ added module MultiLingual to basic packet |
| 16 | 18 |
25 Jul-2013 Build 1938 M.v.d.Decken(DarkViper) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1939');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1940');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/wb_theme/jquery/jquery-plugins.js | ||
|---|---|---|
| 58 | 58 |
if($ischecked == false) {
|
| 59 | 59 |
if(!$('#pages_view').attr('checked')){
|
| 60 | 60 |
toggleBox($(this), "#JQPageView"); |
| 61 |
}s
|
|
| 61 |
} |
|
| 62 | 62 |
if(!$('#media_view').attr('checked')){
|
| 63 | 63 |
toggleBox($(this), "#JQMediaView"); |
| 64 | 64 |
} |
Also available in: Unified diff
Typofix in /wb_theme/jquer/jquery-plugins.js Line 61