diff --git a/Facing/Facing.js b/Facing/Facing.js index a7d297c075..af575c7dec 100644 --- a/Facing/Facing.js +++ b/Facing/Facing.js @@ -5,8 +5,8 @@ var Facing = Facing || (function() { 'use strict'; - var version = '0.1.0', - lastUpdate = 1430550687, + var version = '0.1.1', + lastUpdate = 1430571841, schemaVersion = 0.1, defaults = { image: 'https://s3.amazonaws.com/files.d20.io/images/9183999/XcViJVf7-cGOXcZq1KWp-A/thumb.png?1430541914', @@ -247,47 +247,47 @@ var Facing = Facing || (function() { 'Direction Indicator:'+ ''+ ''+ - 'Pick'+ + 'Pick'+ ''+ ''+ - 'Default'+ + 'Default'+ ''+ - ''; + ''; }, getConfigOption_AttributeName = function() { var text = state.Facing.config.attributeName; - return '
' - +'Attribute Name to set facing value: ' - +text - +'' - +'Set Name' - +'' - +'
'; + return '
'+ + 'Attribute Name to set facing value: '+ + text+ + ''+ + 'Set Name'+ + ''+ + '
'; }, getConfigOption_Relative = function() { var text = (state.Facing.config.relative ? 'On' : 'Off' ); - return '
' - +'Relative Rotation is currently ' - +text - +' ' - +'' - +'Toggle' - +'' - +'
'; + return '
'+ + 'Relative Rotation is currently '+ + text+ + ' '+ + ''+ + 'Toggle'+ + ''+ + '
'; }, getConfigOption_Scale = function() { var text = state.Facing.config.scale; - return '
' - +'Scale is currently ' - +text - +' ' - +'' - +'Toggle' - +'' - +'
'; + return '
'+ + 'Scale is currently '+ + text+ + ' '+ + ''+ + 'Set'+ + ''+ + '
'; }, diff --git a/Facing/package.json b/Facing/package.json index d78e0aadcb..6b45c945b9 100644 --- a/Facing/package.json +++ b/Facing/package.json @@ -1,6 +1,6 @@ { "name": "Facing", - "version": "0.1", + "version": "0.1.1", "description": "Creates and maintains a facing indicator for tokens.", "authors": "The Aaron", "roll20userid": "104025",