FIX: I shouldn't commit while tired :)

This commit is contained in:
Robin Ward
2016-07-20 10:42:18 -04:00
parent af53d37e47
commit e7e6840803
2 changed files with 5 additions and 6 deletions

View File

@@ -31,7 +31,6 @@ const DiscourseURL = Ember.Object.extend({
if (opts.anchor) {
elementId = opts.anchor;
holder = $(elementId);
console.log(holder.length);
}
if (!holder || holder.length === 0) {