Skip to content

Commit

Permalink
Update scrollbox_widget
Browse files Browse the repository at this point in the history
convert .html to .text
  • Loading branch information
bochoven committed Mar 8, 2020
1 parent 18826fa commit f24b89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/site_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use munkireport\models\Machine_group, munkireport\lib\Modules, munkireport\lib\Dashboard;

// Munkireport version (last number is number of commits)
$GLOBALS['version'] = '5.3.0.3989';
$GLOBALS['version'] = '5.3.0.3990';

// Return version without commit count
function get_version()
Expand Down
2 changes: 1 addition & 1 deletion app/views/widgets/scrollbox_widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class="panel-heading"
}

if(showCounter){
$('#'+widgetId+' .counter').html(data.length);
$('#'+widgetId+' .counter').text(data.length);
}
});
});
Expand Down

0 comments on commit f24b89c

Please sign in to comment.