Support

Account

Home Forums Bug Reports Bug in /js/input.min.js?ver=5.1.7 line 1 Reply To: Bug in /js/input.min.js?ver=5.1.7 line 1

  • Yes, that’s what I’m seeing. I put in a console.log, see if this helps:

    
    input.min.js?ver=5.1.7:587 s.replace:
    2015-01-22 22:56:56.556input.min.js?ver=5.1.7:588 function replace() { [native code] }
    2015-01-22 22:56:56.556input.min.js?ver=5.1.7:585 s:
    2015-01-22 22:56:56.556input.min.js?ver=5.1.7:586 flexible_content
    2015-01-22 22:56:56.556input.min.js?ver=5.1.7:587 s.replace:
    2015-01-22 22:56:56.557input.min.js?ver=5.1.7:588 function replace() { [native code] }
    2015-01-22 22:56:56.557input.min.js?ver=5.1.7:585 s:
    2015-01-22 22:56:56.557input.min.js?ver=5.1.7:586 gallery
    2015-01-22 22:56:56.557input.min.js?ver=5.1.7:587 s.replace:
    2015-01-22 22:56:56.557input.min.js?ver=5.1.7:588 function replace() { [native code] }
    input.min.js?ver=5.1.7:585 s:
    2015-01-22 22:56:57.004input.min.js?ver=5.1.7:586 Object {type: "star_rating"}
    2015-01-22 22:56:57.006input.min.js?ver=5.1.7:587 s.replace:
    2015-01-22 22:56:57.006input.min.js?ver=5.1.7:588 undefined
    2015-01-22 22:56:57.007input.min.js?ver=5.1.7:592 Uncaught TypeError: undefined is not a function
    

    Hmmm.. looks like there was a conflict with this add-on:

    https://github.com/kevdotbadger/acf-star-rating

    Disabling the plugin looks to have solved the problem. Can you try to duplicate the issue by trying that plugin?

    Thanks,
    Jesse