Browse Source

changed version number

master
edoardoo 9 years ago
parent
commit
14c176d92a
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      main.js
  2. +1
    -1
      manifest.json

+ 1
- 0
main.js View File

@ -352,6 +352,7 @@ function showVideoControlsPost(e){
}
function toogleZoom(){
// TODO: comment and rewrite ammodo
if (settings.toogle_zoom_enabler) {
$('html').keydown(function(e){
switch (e.keyCode){


+ 1
- 1
manifest.json View File

@ -3,7 +3,7 @@
"name": "9GAG LILiK Mod",
"description": "Mod to make 9gag a better place",
"version": "1.0",
"version": "1.1",
"options_page":"preferences/preferences.html",
"permissions" : [
"activeTab",


Loading…
Cancel
Save