mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
This commit is contained in:
commit
1b5cd3ce97
|
@ -593,8 +593,8 @@ $(document).ready(function() {
|
|||
};
|
||||
}
|
||||
// Font size
|
||||
if ((options.is('option_enlarge_font')) && (option.get('option_enlarge_font_size'))) {
|
||||
$('body').css('font-size', (option.get('option_enlarge_font_size') / 100) + 'em');
|
||||
if ((options.is('option_enlarge_font')) && (options.get('option_enlarge_font_size'))) {
|
||||
$('body').css('font-size', (options.get('option_enlarge_font_size') / 100) + 'em');
|
||||
}
|
||||
// @ before username
|
||||
if (options.is('option_at_before_username')) {
|
||||
|
|
Loading…
Reference in a new issue