Skip to content

Commit

Permalink
Version bump and manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
epacke committed Jul 23, 2019
1 parent 01ae445 commit 8501df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Make sure that the tampermonkey jQuery does not tamper with F5's scripts
//Make sure that the extensions jQuery does not tamper with F5's scripts
this.$ = this.jQuery = jQuery.noConflict(true);

//Declare global ajax queue limit
Expand All @@ -9,8 +9,6 @@ var poolStatuses;

var logDatabase;



var enhancementFunctions = {

"enhanceiRuleProperties": new function(){
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "ADC Tweaks",
"version": "0.0.0.2",
"version": "0.0.0.4",
"description": "Tweaks for the F5 Web Interface",
"permissions": ["activeTab", "storage"],
"optional_permissions": ["activeTab", "storage"],
"short_name": "ADCTweaks",
"homepage_url": "https://loadbalancing.se/webui-tweaks-manual/",
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit 8501df0

Please sign in to comment.