Skip to content

Commit

Permalink
Update JStheme_common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottodix committed Mar 16, 2022
1 parent 6b23513 commit cc9d5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/eole/js/JStheme_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var last_mouse_move_notified = (new Date).getTime();
var foo_playcount = utils.CheckComponent("foo_playcount", true);
var timers = []
var globalProperties = {
theme_version: '1.2.3b18',
lastest_breaking_version: '1.2.3b15',
theme_version: '1.2.3b19',
lastest_breaking_version: '1.2.3b19',
thumbnailWidthMax: window.GetProperty("GLOBAL thumbnail width max", 200),
coverCacheWidthMax: window.GetProperty("GLOBAL cover cache width max", 400),
TextRendering: 4,
Expand Down

0 comments on commit cc9d5df

Please sign in to comment.