mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Fix issue processwire/processwire-issues#391 remove stray console.log() in InputfieldRepeater.js
This commit is contained in:
@@ -744,7 +744,6 @@ function InputfieldRepeater($) {
|
||||
initSortable($inputfieldRepeater, $inputfields);
|
||||
|
||||
// setup the add links
|
||||
console.log($inputfieldRepeater);
|
||||
$(".InputfieldRepeaterAddLink:not(.InputfieldRepeaterAddLinkInit)", $inputfieldRepeater)
|
||||
.addClass('InputfieldRepeaterAddLinkInit')
|
||||
.click(eventAddLinkClick);
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user