We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e25433 commit 792fbb8Copy full SHA for 792fbb8
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -537,7 +537,7 @@ var ISPConfig = {
537
if(addTplId > 0) {
538
var newVal = tpl_add.split('/');
539
ISPConfig.new_tpl_add_id += 1;
540
- var delbtn = $(' <a href="#"><span class="glyphicon glyphicon-remove-circle" aria-hidden="true"></span></a>').attr('class', 'btn btn-danger btn-xs').click(function(e) {
+ var delbtn = $('<a href="#"><span class="glyphicon glyphicon-remove-circle" aria-hidden="true"></span></a>').attr('class', 'btn btn-danger btn-xs').click(function(e) {
541
e.preventDefault();
542
ISPConfig.delAdditionalTemplate($(this).parent().attr('rel'));
543
});
0 commit comments