Skip to content
Snippets Groups Projects

Twoln dev

Closed Tomasz Wolniewicz requested to merge twoln-dev into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -15,8 +15,7 @@ $(function(){
autoOpen: false,
width: 800,
close: function(event, ui){
$(".entity_links").css('color','#336699');
$(".entity_links").css('font-weight','normal');
$(".entity_links").css('color','#336699').css('background-color', 'inherit');
$("#entity_details_content").html("");
},
});
Loading