- Jan 13, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 10, 2015
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- Dec 09, 2015
-
-
Douglas Barbosa Alexandre authored
-
- Dec 08, 2015
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Oct 14, 2015
-
-
Robert Speicher authored
When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it.
-
- Oct 09, 2015
-
-
Robert Speicher authored
Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication!
-
- Oct 05, 2015
-
-
Valery Sizov authored
-
- Jul 23, 2015
-
- Jul 06, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 26, 2015
-
-
Robert Speicher authored
-
- Jun 25, 2015
-
-
Robert Speicher authored
The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887
-
- Jun 22, 2015
-
-
Robert Speicher authored
-
- Jun 21, 2015
-
-
Robert Speicher authored
-
- Jun 17, 2015
-
-
Robert Speicher authored
-