ESlint no-useless-concat, no-mixed-spaces-and-tabs

This commit is contained in:
Peter Jaszkowiak
2017-02-18 14:42:15 -07:00
parent fdf4f873bf
commit c18808fdeb
23 changed files with 60 additions and 60 deletions

View File

@@ -321,7 +321,7 @@ $(document).ready(function () {
callback(templates.cache[template]);
} else {
$.ajax({
url: config.relative_path + '/assets/templates/' + template + '.tpl' + '?' + config['cache-buster'],
url: config.relative_path + '/assets/templates/' + template + '.tpl?' + config['cache-buster'],
type: 'GET',
success: function (data) {
callback(data.toString());