forked from GitHub-Mirrors/foundry-sw5e
Integrate changes from the Prof
Received as-is changes from the Prof.
This commit is contained in:
parent
cacc43740e
commit
b3344ba8b9
19 changed files with 490 additions and 30 deletions
4
sw5e.js
4
sw5e.js
|
@ -277,6 +277,10 @@ Handlebars.registerHelper('getProperty', function (data, property) {
|
|||
return getProperty(data, property);
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('round', function(value) {
|
||||
return Math.floor(value);
|
||||
});
|
||||
|
||||
|
||||
function setFolderBackground(html) {
|
||||
html.find("header.folder-header").each(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue