Rocco Galluzzo
Rocco Galluzzo
I can confirm what @gunthercox says, is missing `e.relatedTarget` in the `shown.bs.tab` event. Also `hidden.bs.tab` and `hide.bs.tab` aren't called.
Same error with texplay 0.4.4-pre on OSX 10.9 ``` creating Makefile make "DESTDIR=" clean make "DESTDIR=" compiling actions.c compiling bindings.c bindings.c:315:9: warning: implicit declaration of function 'KLASS_OF' is invalid in...
Ruby 2.1.2p96 with rbenv. This happens only if I have in Gemfile: `gem 'texplay', git: 'https://github.com/banister/texplay'` If in Gemfile write only `gem 'texplay'` instead I have this error: ``` make...
@shawn42 Tried now, with `0.4.4.pre` works fine.
UPDATE: file is uploaded and response is ok but code inside `ajax:success` event is not executed(if submit form without a file instead all works fine)