mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: I shouldn't commit while tired :)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user