skeets23
skeets23
Until someone has the time to fix this, here is a very simple workaround that seems to work: https://jsfiddle.net/jz7f7vas/7/ ``` var thisModal =$('#myModal'); thisModal.modal('show'); $("#slider").slider("refresh"); thisModal.modal('hide'); ``` (it's kind of...
Wouldn't this be fixed by changing the code here (line 225-227 of `Extract.php`) ``` if ($suffix === $hostname) { return [null, $hostname, null]; } ``` to this: ``` if ($suffix...
#45 will fix this issue.
Hold on -- just realized this inverts some colors in Google Docs. 😅 Let me see if I can fix it really quick....
Ok, it's good now. I moved the CSS selectors to be right next to the `.gb_nc` selector, so it will only un-invert the images if they are inverted now. 👍
I just now fixed this in #35 -- please accept pull request or make a similar change.
This is actually really easy to fix, it's just not documented anywhere. Create a "wrapper" for jquery like this: `jquery_import.js` ``` import $ from 'jquery'; window.$ = window.jQuery = $;...
Yes, I have a separate authentication middleware. I guess the problem arises when the project's definition of "logged in" doesn't match this package. In a project with support for a...
This vulnerability will only affect you if you can delete the Laravel session cookie and stay logged in.