mmozuras / git-playback

Create visual playback of your commits
MIT License
169 stars 16 forks source link

Javascript Errors (Regexp & jQuery) #10

Open bitsandbooks opened 5 years ago

bitsandbooks commented 5 years ago

Followed instructions in README thusly:

cd ~/Desktop/dotfiles-playback-test
sh /path/to/git-playback.sh bash zsh sh
open playback.html

playback.html opens with blank page and the following JavaScript errors in the console:

SyntaxError: unmatched ) in regular expression playback.html:1:30
SyntaxError: unterminated regular expression literal playback.html:15:544
ReferenceError: jQuery is not defined
playback.html:20:2
    <anonymous> file:///Users/rob/Desktop/dotfiles-playback-test/playback.html:20
ReferenceError: jQuery is not definedplayback.html:20:2
    <anonymous> file:///Users/rob/Desktop/dotfiles-playback-test/playback.html:20
FergalMohan commented 4 years ago

I managed to get around that problem and if you revert this commit https://github.com/mmozuras/git-playback/commit/c60b76755334ffdc1790ab2cb4eeafb12b756575 it should fix the jQuery error