Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
loic committed Mar 9, 2016
1 parent 295c6d2 commit be0f9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/fr_FR/partie_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function addCmdToTable(_cmd) {
tr += '<input class="tooltips cmdAttr form-control input-sm" data-l1key="configuration" data-l2key="maxValue" placeholder="{{Max}}" title="{{Max}}">';
tr += ''; tr += '';
tr += '<span><input type="checkbox" class="cmdAttr" data-l1key="isHistorized" /> {{Historiser}}<br/></span>';
tr += '<span><input type="checkbox" class="cmdAttr" data-l1key="cache" data-l2key="enable" checked /> {{Autoriser memcache}}</span>';
tr += ''; tr += '';
if (is_numeric(_cmd.id)) {
tr += '<a class="btn btn-default btn-xs cmdAction" data-action="test"><i class="fa fa-rss"></i> {{Tester}}</a>';
Expand Down

0 comments on commit be0f9cd

Please sign in to comment.