Skip to content

Commit

Permalink
Merge pull request #85 from gbaptista/gb-build-0.0.24
Browse files Browse the repository at this point in the history
Build 0.0.24
  • Loading branch information
gbaptista authored Mar 9, 2018
2 parents eaf9afa + a175623 commit 5cec3a9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.23
0.0.24
Binary file not shown.
2 changes: 1 addition & 1 deletion html/demos/interface/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="loading">loading...</div>
<div id="options-container"><form class="options-form">
<div class="col-2 col-2-header">
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.23" id="version" target="_blank">0.0.23</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.24" id="version" target="_blank">0.0.24</a>
<a href="https://gbaptista.github.io/luminous/doc/en-US" id="help-link" class="top-link" target="_blank">help</a>
<a href="../settings/injection/enabled.html" id="settings-link" class="top-link" target="_blank">settings</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/popup/templates/options.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form class="options-form">
<div class="col-2 col-2-header">
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.23" id="version" target="_blank">0.0.23</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.24" id="version" target="_blank">0.0.24</a>
<a href=" " id="help-link" class="top-link" target="_blank"></a>
<a href="../settings/injection/enabled.html" id="settings-link" class="top-link" target="_blank"></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions js/content/injections/interceptor_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ injections_controller(function() {
*
* The non-minified version for the code below is available at:
*
* - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptors/
* - https://github.com/gbaptista/luminous/blob/0.0.24/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.24/js/content/interceptors/
*
*/
var content = 'UGLIFYJS_RESULT';
Expand Down
4 changes: 2 additions & 2 deletions js/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ var load_store_data_from_tab = function(tab_id, current_tab_url) {
load_template('html/popup/templates/counters.html', function(template) {
if(local_data[tab_id] && local_data[tab_id]['counters']) {
var tooltip_content = function(name, samples) {
if(!samples) {
samples = [{ name: name, target: target }];
if(!samples || !samples[0]) {
samples = [{ name: name, target: '?' }];
}

var target = samples[0]['target'].replace('[object ', '').replace(']', '');
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_manifestName__",
"short_name": "Luminous",
"description": "__MSG_manifestDescription__",
"version": "0.0.23",
"version": "0.0.24",
"author": "Guilherme Baptista",
"developer": {
"name": "Guilherme Baptista",
Expand Down

0 comments on commit 5cec3a9

Please sign in to comment.