jshint compliance

pull/1/head
ansuz 2017-04-10 19:12:22 +02:00
parent 3217b92bdd
commit 2c8d1b8183
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ load pinpad dynamically only after you know that it will be needed */
var $content = $('<div>');
$('<b>').text(Messages.selectTemplate).appendTo($content);
$('<p>', {id:"selectTemplate"}).appendTo($content);
Cryptpad.alert($content.html(), null, true);
common.alert($content.html(), null, true);
var $p = $('#selectTemplate');
temps.forEach(function (t, i) {
$('<a>', {href: t.href, title: t.title}).text(t.title).click(function (e) {