Skip to content

Commit

Permalink
Fix bug with options page being inserted on energy wells.
Browse files Browse the repository at this point in the history
  • Loading branch information
U-vetinari\richard committed Jul 11, 2014
1 parent 6d42ef3 commit bd7ef73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 1234_combat_script.user.js
Expand Up @@ -9,9 +9,9 @@
// @exclude http*://*.pardus.at/msgframe.php*
// @exclude http*://*.pardus.at/game.php*
// @exclude http*://*.pardus.at/menu.php*
// @version 10
// @version 11
// @downloadURL https://raw.githubusercontent.com/rbroker/pardus-keyboard-script/master/1234_combat_script.user.js
// @require http://www.grandunifyingalliance.com/gm/pal/0.8/pal.js
// @require http://www.grandunifyingalliance.com/gm/pal/1/pal.js
// @author Richard Broker (Beigeman)
// ==/UserScript==

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -4,7 +4,7 @@
"name": "Beigeman's Pardus Keyboard Actions Script",
"short_name" : "Beige's Keyboard Script",
"description": "Provides additional keyboard-based functionality.",
"version": "10",
"version": "11",
"content_scripts": [ {
"all_frames" : true,
"exclude_globs": [ "http*://*.pardus.at/msgframe.php*", "http*://*.pardus.at/game.php*", "http*://*.pardus.at/menu.php*" ],
Expand Down

0 comments on commit bd7ef73

Please sign in to comment.