[gitg/wip/techlivezh/diff-progress-bar: 1/3] Remove an accident dot
- From: Techlive Zheng <techlivezh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/techlivezh/diff-progress-bar: 1/3] Remove an accident dot
- Date: Fri, 20 Dec 2013 05:41:17 +0000 (UTC)
commit dba859968b98bc96519582137c14b47bdb0030b0
Author: Techlive Zheng <techlivezheng gmail com>
Date: Tue Dec 17 16:08:17 2013 +0800
Remove an accident dot
https://bugzilla.gnome.org/show_bug.cgi?id=720736
libgitg/resources/diff-view.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgitg/resources/diff-view.js b/libgitg/resources/diff-view.js
index 3b37240..b23181a 100644
--- a/libgitg/resources/diff-view.js
+++ b/libgitg/resources/diff-view.js
@@ -160,7 +160,7 @@ function update_diff(id, lsettings)
if (eta > 1000)
{
// Show the progress
- content.innerHTML = '<div class="loading">' + settings.strings.loading_diff +
'</div>.';
+ content.innerHTML = '<div class="loading">' + settings.strings.loading_diff +
'</div>';
}
html_builder_progress_timeout = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]