Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jason Bahl

    (@jasonbahl)

    Hey,

    I spent some time looking into this and I got it working.

    In the /js/input.js file, any of the field selectors need to have body before them.

    For instance, I changed

    #' + doingLink + '-url'

    to

    body #' + doingLink + '-url'

    I made this change for all selectors and now we’re good to go.

    lookingsideways

    (@lookingsideways)

    Ran into the same issue and this fixed it. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn't work with Widgets’ is closed to new replies.