diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-09-18 14:49:41 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-09-18 14:49:41 -0500 |
commit | 284403b232f47dcc6e6f23029615c29c2310b17c (patch) | |
tree | 7913aad718b4dd5c96c2d0f9383e55db0313de1b | |
parent | c51d15a64eb5e960b0f810525b8614db94afa16d (diff) | |
download | gitlab-ce-284403b232f47dcc6e6f23029615c29c2310b17c.tar.gz |
Add comment for swipeBar left:1
-rw-r--r-- | app/assets/javascripts/commit/image_file.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/commit/image_file.js b/app/assets/javascripts/commit/image_file.js index b3a2abe972e..f48ee6996e5 100644 --- a/app/assets/javascripts/commit/image_file.js +++ b/app/assets/javascripts/commit/image_file.js @@ -134,6 +134,8 @@ width: maxWidth + 1, height: maxHeight + 2 }); + + // Set swipeBar left position to match image frame $swipeBar.css({ left: 1 }); |