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:
@@ -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
Reference in New Issue
Block a user