Skip to content
Snippets Groups Projects
Commit 897ad33c authored by llaffont's avatar llaffont
Browse files

Correction oeil modif css

parent 8cdc8fdc
Branches
Tags
No related merge requests found
......@@ -283,7 +283,7 @@ function createAccessibilityDialog() {
css_list.selectable({
selected: function(event, ui){
var css = $(event.target).attr('data-css');
var css = $(event.srcElement).attr('data-css');
$("link#accessibility_stylesheet").attr("href", css);
$.cookie("accessibility_css",css, {expires: 365, path: '/'});
return false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment