Skip to content

Commit

Permalink
Merge pull request #484 from David-/fix-widgets-order
Browse files Browse the repository at this point in the history
Remove a useless old line from the pull request #482.
  • Loading branch information
naparuba committed Jul 27, 2012
2 parents dcab596 + 1cd3b47 commit faa1e18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shinken/webui/plugins/dashboard/htdocs/js/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function AddWidget(url, placeId){
// We create a container before the AJAX request to display the widgets in the right order.
id_widget += 1;
container_object = $('<div id="widget-cell-' + id_widget + '"></div>').appendTo('#' + placeId);
//container_object = $('#' + placeId);

$.ajax({
url: url,
Expand Down

0 comments on commit faa1e18

Please sign in to comment.