Updated contributors
This commit is contained in:
parent
20e4322d42
commit
32c6c07c39
18
index.html
18
index.html
@ -85,8 +85,7 @@
|
||||
class="icon-share"></i> Manage publishing</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#" data-toggle="modal"
|
||||
data-target="#modal-settings"
|
||||
class="action-load-settings"><i
|
||||
data-target="#modal-settings" class="action-load-settings"><i
|
||||
class="icon-cog"></i> Settings</a></li>
|
||||
<li><a href="#" data-toggle="modal"
|
||||
data-target="#modal-about"><i class="icon-question-sign"></i>
|
||||
@ -358,9 +357,10 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a class="action-load-settings" href="#tabpane-settings-editor"
|
||||
data-toggle="tab">Editor</a></li>
|
||||
<li><a class="action-load-settings" href="#tabpane-settings-publish" data-toggle="tab">Publishing</a></li>
|
||||
<li class="active"><a class="action-load-settings"
|
||||
href="#tabpane-settings-editor" data-toggle="tab">Editor</a></li>
|
||||
<li><a class="action-load-settings"
|
||||
href="#tabpane-settings-publish" data-toggle="tab">Publishing</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
@ -419,7 +419,9 @@
|
||||
<dt>About:</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="https://github.com/benweet/stackedit/">GitHub
|
||||
page</a>
|
||||
page</a> / <a target="_blank"
|
||||
href="https://github.com/benweet/stackedit/issues">issue
|
||||
tracker</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank"
|
||||
@ -441,11 +443,13 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Developer:</dt>
|
||||
<dt>Developers:</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="http://www.benoitschweblin.com">Benoit
|
||||
Schweblin</a>
|
||||
<dd>
|
||||
<dd>Pete Eigel (contributor)
|
||||
<dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Credit:</dt>
|
||||
|
@ -220,7 +220,7 @@ define(["jquery", "google-helper", "dropbox-helper"], function($, googleHelper,
|
||||
localStorage[fileSyncIndex + ".titleCRC"] = core.crc32(file.title);
|
||||
|
||||
// Synchronize file with others locations
|
||||
uploadPending = true; // (may be unnecessary since syncUp checks content changes)
|
||||
uploadPending = true; // may be unnecessary since syncUp checks content changes
|
||||
}
|
||||
if(updateFileTitles) {
|
||||
fileManager.updateFileTitles();
|
||||
@ -291,7 +291,7 @@ define(["jquery", "google-helper", "dropbox-helper"], function($, googleHelper,
|
||||
localStorage[fileSyncIndex + ".contentCRC"] = core.crc32(file.content);
|
||||
|
||||
// Synchronize file with others locations
|
||||
uploadPending = true; // (may be unnecessary since syncUp checks content changes)
|
||||
uploadPending = true; // may be unnecessary since syncUp checks every changes
|
||||
}
|
||||
if(updateFileTitles) {
|
||||
fileManager.updateFileTitles();
|
||||
|
Loading…
Reference in New Issue
Block a user