Skip to content

Commit

Permalink
Further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jul 6, 2018
1 parent aacedbf commit 9e08e47
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 33 deletions.
33 changes: 17 additions & 16 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2081,16 +2081,16 @@ module.exports = function(grunt) {
// EBI-FUNCTIONAL
// - Some duplicate icons have been removed
// - In general key codes HAVE NOT changed
'add': 0x002b,
// 'add': 0x002b,
'add-job': 0x0029,
'add-user': 0x0037,
// 'add-user': 0x0037,
'align': 0x0069,
'analyse': 0x0041,
'analyse-percent_0': 0x0042,
'analyse-percent_40': 0x0043,
'analyse-percent_100': 0x0045,
'analyse-graph': 0x007a,
'approve': 0x002f,
// 'approve': 0x002f,
'approved-job': 0x0028,
'attach': 0x0061,
'browse': 0x0062,
Expand All @@ -2100,8 +2100,9 @@ module.exports = function(grunt) {
'collapse-open': 0x0038,
'compare': 0x004f,
'database-submit': 0x0044,
'delete': 0x0064,
// 'delete': 0x0064,
'down-page': 0x2b07,
'download-alt': 0x003d,
'edit-user': 0x0035,
'expand': 0x0075,
'filter': 0x0066,
Expand All @@ -2112,34 +2113,34 @@ module.exports = function(grunt) {
'lock': 0x004c,
'login': 0x006c,
'mapping': 0x0030,
'menu': 0x004d,
// 'menu': 0x004d,
'move': 0x006d,
'next-page': 0x003e,
'play': 0x0076,
'previous-page': 0x003c,
'print': 0x0050,
'redo': 0x007d,
'refresh': 0x0052,
// 'refresh': 0x0052,
'remove': 0x002d,
'remove-user': 0x0036,
// 'remove-user': 0x0036,
'save': 0x0053,
'scaleable': 0x0059,
'search-document': 0x006a,
'send': 0x006e,
'settings': 0x0073,
'stop': 0x006f,
// 'settings': 0x0073,
// 'stop': 0x006f,
'submit': 0x005f,
'tool': 0x0074,
'unassigned-job': 0x002a,
'up-page': 0x2b06,
'view': 0x0034,
'zoom-in': 0x0033,
'zoom-out': 0x0032,
// 'view': 0x0034,
// 'zoom-in': 0x0033,
// 'zoom-out': 0x0032,
// EBI-GENERIC
// - Some duplicate icons have been removed
// - Key codes have changed from old EBI-Generic
'accommodation': 0xf220,
'alert': 0xf22e,
// 'alert': 0xf22e,
'alumni': 0xf22f,
'announcement': 0xf230,
'basket': 0xf23f,
Expand All @@ -2157,19 +2158,19 @@ module.exports = function(grunt) {
'documentation': 0xf283,
'drug': 0xf28c,
'elixir': 0xf28e,
'email': 0xf28f,
// 'email': 0xf28f,
'embl': 0xf29b,
'external-systems': 0xf29f,
'face-to-face': 0xf2af,
'find-us': 0xf2b7,
// 'find-us': 0xf2b7,
'funding': 0xf2ba,
'group': 0xf2be,
'gtls': 0xf2bf,
'health': 0xf2c0,
'help': 0xf2c3,
'info': 0xf129,
'location': 0xf2cf,
'lovedata': 0xf2d3,
// 'lovedata': 0xf2d3,
'mailing-list': 0xf2d4,
'math': 0xf2df,
'meet-us': 0xf2e1,
Expand Down
1 change: 0 additions & 1 deletion source/common/functional/add-user.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/add.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/approve.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/delete.svg

This file was deleted.

1 change: 1 addition & 0 deletions source/common/functional/download-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion source/common/functional/menu.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/refresh.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/remove-user.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/settings.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/stop.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/view.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/zoom-in.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/functional/zoom-out.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/generic/alert.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/generic/email.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/generic/find-us.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/generic/help.svg

This file was deleted.

1 change: 0 additions & 1 deletion source/common/generic/lovedata.svg

This file was deleted.

0 comments on commit 9e08e47

Please sign in to comment.