1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 02:34:24 +02:00

Fix issue processwire/processwire-issues#391 remove stray console.log() in InputfieldRepeater.js

This commit is contained in:
Ryan Cramer
2017-10-12 10:41:54 -04:00
parent 7d3dc80798
commit e0a2abea07
2 changed files with 1 additions and 2 deletions

View File

@@ -744,7 +744,6 @@ function InputfieldRepeater($) {
initSortable($inputfieldRepeater, $inputfields); initSortable($inputfieldRepeater, $inputfields);
// setup the add links // setup the add links
console.log($inputfieldRepeater);
$(".InputfieldRepeaterAddLink:not(.InputfieldRepeaterAddLinkInit)", $inputfieldRepeater) $(".InputfieldRepeaterAddLink:not(.InputfieldRepeaterAddLinkInit)", $inputfieldRepeater)
.addClass('InputfieldRepeaterAddLinkInit') .addClass('InputfieldRepeaterAddLinkInit')
.click(eventAddLinkClick); .click(eventAddLinkClick);

File diff suppressed because one or more lines are too long