Added Pressure units (mbar and hPa)

This commit is contained in:
2015-06-26 17:28:53 +02:00
parent 999894cccb
commit 5f513773c1

View File

@@ -592,8 +592,8 @@ function($, _, moment) {
{text: 'Celcius (°C)', value: 'celsius' }, {text: 'Celcius (°C)', value: 'celsius' },
{text: 'Farenheit (°F)', value: 'farenheit'}, {text: 'Farenheit (°F)', value: 'farenheit'},
{text: 'Humidity (%H)', value: 'humidity' }, {text: 'Humidity (%H)', value: 'humidity' },
{text: 'Pressure (mbar)', value: 'pressurembar' }, {text: 'Pressure (mbar)', value: 'pressurembar' },
{text: 'Pressure (hPa)', value: 'pressurehpa' }, {text: 'Pressure (hPa)', value: 'pressurehpa' },
] ]
}, },
{ {