Closed thewayiam closed 8 years ago
Hello, can you harmonize the code. Your code var e = t('[data-candlestick-id="' + t(this).attr("id") + '"]'); It's the gulp minifier job
var e = t('[data-candlestick-id="' + t(this).attr("id") + '"]');
Current code var candle = $('[data-candlestick-id="' + $(this).attr('id') + '"]');
var candle = $('[data-candlestick-id="' + $(this).attr('id') + '"]');
Thank you
Hello, can you harmonize the code. Your code
var e = t('[data-candlestick-id="' + t(this).attr("id") + '"]');
It's the gulp minifier jobCurrent code
var candle = $('[data-candlestick-id="' + $(this).attr('id') + '"]');
Thank you