]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
* removed the language attribute on the script element since it is obsolete and we... 93/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 8 Jan 2015 14:09:46 +0000 (15:09 +0100)
committerArthurHoaro <arthur@hoa.ro>
Fri, 9 Jan 2015 08:47:48 +0000 (09:47 +0100)
commitfe16b01edb80ac2f2212125fadba8358dff91b95
treec19fbb34904a1c5148202d01fa723d29b0e1557d
parenta2d5ef2127881561bf359390fac2d8d336a37335
* removed the language attribute on the script element since it is obsolete and we can safely omit it.
* make QRCode JS works with IE :
  * behave as a normal link if canvas aren't supported (<=IE8)
  * default parameter values in JS aren't widely supported (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters ), use this method instead: http://stackoverflow.com/a/148918/1484919
  * dataset isn't supported in IE9 use getAttribute instead
  * addEventListener works with IE9+ and other browsers
index.php
tpl/changetag.html
tpl/editlink.html
tpl/linklist.html