Konstantin Komelin
Konstantin Komelin
Hey Richard, Thank you for giving us a chance to use your excellent icons for free! We're developing a site for our Drupal community conference http://camp2014.drupalspb.org/en. You may find your...
Caught the same issue on Android/Chrome. Devices: Galaxy S7 (real device), Galaxy Note 4 (Browserstack).
It seems like I tried to call `$('input[type="range"]').rangeslider('update');` before initializing the rangeslider and it caused this error.
@j3soon Thanks.
Hi @lfades Thanks for checking. Unfortunately, your changes didn't help. I provided a fix in this current PR. Why can't we apply it?
+1 Also need this
From Facebook documentation: ```javascript var finished_rendering = function() { console.log("finished rendering plugins"); } // In your onload handler FB.Event.subscribe('xfbml.render', finished_rendering); ``` https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/v3.2
@vt03 I've just completed the task of displaying a progress indicator for FB Comments in React. You may check out the code here https://codesandbox.io/s/q8jxqw39w4 and its demo is here https://q8jxqw39w4.codesandbox.io/...
Just noticed this issue after switching from MySQL to Postgres. Postgres also has different format for altering tables, so the CharifyCountriesTable migration is not database agnostic and it works for...
Until it's updated, I use: ``` "jquery-autocomplete": "xdan/autocomplete#1.2.6", ``` in my npm dependencies.