Commit 323d07c4d83d6813a94b1435ff9fd54cc2c80fa7
Committed by
Fabio Teixeira
1 parent
1a662b30
Exists in
master
and in
5 other branches
Add javascript to place Software button first
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
public/mpog-software.js
1 | - | ||
2 | jQuery(document).ready(function(){ | 1 | jQuery(document).ready(function(){ |
3 | -}; | ||
4 | -//jQuery(".control-panel")[0].innerHTML = jQuery(".control-panel-edit-profile-group")[1].outerHTML + jQuery(".control-panel")[0].innerHTML | ||
5 | \ No newline at end of file | 2 | \ No newline at end of file |
3 | + jQuery(".control-panel")[0].innerHTML = jQuery(".control-panel-edit-profile-group:contains('Software')")[0].outerHTML + jQuery(".control-panel")[0].innerHTML | ||
4 | + jQuery(".control-panel-edit-profile-group:contains('Software')")[1].remove() | ||
5 | +}); | ||
6 | \ No newline at end of file | 6 | \ No newline at end of file |