moving media to gcloud, fix for alternateLineColors, rebrand to WompChat

This commit is contained in:
wompmacho
2020-11-11 16:16:45 -05:00
parent 9963fa96a2
commit f470c61558
45 changed files with 83 additions and 442 deletions

View File

@@ -1,6 +1,5 @@
import './stylus/options.styl';
import dateFormat from 'date-fns/format';
import { debounce } from 'lodash';
import PersistentSyncStorage from './helpers/PersistentSyncStorage';
@@ -123,7 +122,6 @@ PersistentSyncStorage.on('ready', () => {
case 'allowTextSlider':
input.removeAttribute('disabled');
if(PersistentSyncStorage.data.options.allowTextSlider == true){
textSizeSlider.disabled = false;
}else{
@@ -149,7 +147,5 @@ PersistentSyncStorage.on('ready', () => {
var infoButton = document.getElementById('infoButton');
infoButton.addEventListener('click', function(){
chrome.tabs.create({ url: './html/welcome.html' });
});
chrome.tabs.create({ url: 'https://wompmacho.com/wompchat' });
});