Skip to content

Commit

Permalink
Address page widget goes prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 24, 2017
1 parent 78b460a commit b7192e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ethplorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Ethplorer = {
$("table").find("tr:visible:even").addClass("even");
$("table").find("tr:visible:last").addClass("last");

if(!Ethplorer.isProd){
if(true || !Ethplorer.isProd){
if(data.isContract || data.token){
$('#token-history-grouped-widget').show();
var widgetTitle = (oToken && oToken.name) ? (oToken.name + ' token pulse') : '';
Expand Down

0 comments on commit b7192e5

Please sign in to comment.