Files
growstuff/app
Miles Gould 71ea2b0485 Remove "\/" from escaped JavaScript to prevent test errors.
We were getting annoying "couldn't close <p> with </script>" messages
when running tests, because escape_javascript was turning </p> into
<\/p>. We fixed this by gsub'ing \/ to / after calling
escape_javascript. What could possibly go wrong? :-)
2013-08-31 16:07:27 +01:00
..
2013-08-26 11:06:21 +10:00
2013-07-15 22:53:29 +10:00
2013-05-01 23:45:07 +01:00
2013-08-31 15:49:30 +01:00