[pre:dhml27td]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.3
Date:: 9/24/2013
Cost:: Free[/pre:dhml27td]
Axis Cam v1.0.3 is now available for download.
%(#909090)[What is new:
- Html Bug fixed! - Thanks to 'chris87' && jiminy-billy-bob.
]
@jiminy-billy-bob said:
Same for me with line 155, 177, 199, 218. Character 92, so it's "<=" causing problem.
I was looking on .rb document but that error was from html file. 
From:
<input
type="text"
onkeypress='return event.charCode >= 48 && event.charCode <= 57 || event.charCode = 190'
>
To:
<input
type="text"
onkeypress='return event.charCode > 47 && event.charCode < 58 || event.charCode == 46'
>
Hope this fixes it...By the way where you guys spot this errors for html I have no idea. 




