ignore www

This commit is contained in:
antelle 2016-08-14 20:25:23 +03:00
parent 5c518c8aad
commit f52578f6de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
const EntryCollection = require('../collections/entry-collection');
let urlPartsRegex = /^(\w+:\/\/)?([^\/]+)\/?(.*)/;
let urlPartsRegex = /^(\w+:\/\/)?(?:www\.)?([^\/]+)\/?(.*)/;
let AutoTypeFilter = function(windowInfo, appModel) {
this.title = windowInfo.title;