Author: marvintriebel
Date: Fri Jul 4 15:51:26 2014
New Revision: 9662
URL: http://svn.gna.org/viewcvs/service-tech?rev=9662&view=rev
Log:
syntax fix
Modified:
trunk/_meta/live2/frontend/fancy/index.html
Modified: trunk/_meta/live2/frontend/fancy/index.html
URL:
http://svn.gna.org/viewcvs/service-tech/trunk/_meta/live2/frontend/fancy/index.html?rev=9662&r1=9661&r2=9662&view=diff
==============================================================================
--- trunk/_meta/live2/frontend/fancy/index.html (original)
+++ trunk/_meta/live2/frontend/fancy/index.html Fri Jul 4 15:51:26 2014
@@ -77,7 +77,7 @@
encodeURIComponent($('#json-output').val())">save configuration</a>
<a class="btn" onclick="$('#confInput').click();">reload configuration</a>
<input type="file" id="confInput" class="fileHideSafari" onchange="r=new
-FileReader();r.onload=function(e){$('#json-output').val(r.result).change();};r.readAsText(this.files[0]);"
+FileReader();r.onload=function(e){$('#json-output').val(r.result).change();};r.readAsText(this.files[0]);">
</div>
</form>
</div>
--
You received this e-mail, because you subscribed the mailing list
"service-tech-commits" which will forward you any e-mail addressed to
[email protected]. If you want to unsubscribe or make any changes to
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.