From 323d07c4d83d6813a94b1435ff9fd54cc2c80fa7 Mon Sep 17 00:00:00 2001 From: Gust Date: Thu, 9 Oct 2014 10:36:01 -0300 Subject: [PATCH] Add javascript to place Software button first --- public/mpog-software.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/mpog-software.js b/public/mpog-software.js index 56aaaba..1cd7c82 100644 --- a/public/mpog-software.js +++ b/public/mpog-software.js @@ -1,4 +1,4 @@ - jQuery(document).ready(function(){ -}; -//jQuery(".control-panel")[0].innerHTML = jQuery(".control-panel-edit-profile-group")[1].outerHTML + jQuery(".control-panel")[0].innerHTML \ No newline at end of file + jQuery(".control-panel")[0].innerHTML = jQuery(".control-panel-edit-profile-group:contains('Software')")[0].outerHTML + jQuery(".control-panel")[0].innerHTML + jQuery(".control-panel-edit-profile-group:contains('Software')")[1].remove() +}); \ No newline at end of file -- libgit2 0.21.2