This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let _myCountry = localStorage.getItem("_myCountry"); | |
let _myExchange = localStorage.getItem("exchange"); | |
let _myExchangePair = localStorage.getItem("exchangePair"); | |
let store_language = "english"; | |
let nowCurr = store_currency.trim(); | |
var hours = 72; | |
var now = new Date().getTime(); | |
var setupTime = localStorage.getItem("setupTime"); | |
if (setupTime == null) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#@ template debug="false" hostspecific="true" language="C#" #> | |
<#@ output extension=".cs" #> | |
<#@ assembly name="System.Net.Http" #> | |
<#@ assembly name="System.Core" #> | |
<#@ assembly name="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" #> | |
<#@ assembly name="Newtonsoft.Json" #> | |
<#@ assembly name="Microsoft.CSharp" #> | |
<#@ import namespace="System.Collections.Generic" #> | |
<#@ import namespace="System.Net.Http" #> | |
<#@ import namespace="Newtonsoft.Json.Linq" #> |