Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Version 2.1.0 Part 2
Browse files Browse the repository at this point in the history
Update URLs and FireFox compatible version numbers
  • Loading branch information
ThatOneGuyDotNet committed Aug 22, 2016
1 parent 188905d commit 99a3861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions content/browserOverlay.js
Expand Up @@ -46,11 +46,14 @@ initQJ: function()
this.qj_Fav = 'Favorites';
this.qj_Fav_Different = this.qj_Fav + '_Different';
},

onLoad: function(evt)
{
if (typeof(Ci) == 'undefined') { return false; } //This is not a normal window (example: options dialog)
this.alertPluginNames = false;
this.alertPluginNamesOnMatch = false;
this.firstInstallUrl = 'http://quickjavaplugin.blogspot.com/p/welcome.html';
this.newVersionUrl = 'http://quickjavaplugin.blogspot.com/2016/08/new-version-210.html';

this.curVersion = ''; //do not initialize, automatically loaded
this.massToggle = false; //program use, do not initialize to true
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Expand Up @@ -17,7 +17,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>44.0</em:minVersion>
<em:maxVersion>48.0</em:maxVersion>
<em:maxVersion>51.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:translator>strel</em:translator> <!-- es -->
Expand Down

0 comments on commit 99a3861

Please sign in to comment.