Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Nov 11, 2015
1 parent 5a9b6a5 commit 1f81cad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(function () {
};


// Tooltip
// Tooltip
$('[data-toggle="tooltip"]').tooltip();


Expand Down
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ <h4 class="modal-title" id="getCroppedCanvasTitle">Cropped</h4>
</li>
</ul>
</div><!-- /.dropdown -->

<a class="btn btn-default btn-block" href="https://fengyuanchen.github.io/cropper/v1.0.0">Cropper v1.0.0</a>

</div><!-- /.docs-toggles -->
</div>
</div>
Expand All @@ -517,7 +520,7 @@ <h4 class="modal-title" id="getCroppedCanvasTitle">Cropped</h4>
<li><a href="https://github.com/fengyuanchen/cropper/tree/master/examples">Examples</a></li>
<li><a href="https://github.com/fengyuanchen/cropper/releases">Releases</a></li>
<li><a href="https://github.com/fengyuanchen/cropper/issues">Issues</a></li>
<li><a href="https://github.com/fengyuanchen/cropper/blob/master/LICENSE.md">License</a></li>
<li><a href="https://github.com/fengyuanchen/cropper/blob/master/LICENSE">License</a></li>
<li><a href="https://fengyuanchen.github.io/cropper/v1.0.0/">v1.0.0</a></li>
<li><a href="https://fengyuanchen.github.io/cropper/v0.7.9/">v0.7.9</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(function () {
};


// Tooltip
// Tooltip
$('[data-toggle="tooltip"]').tooltip();


Expand Down

0 comments on commit 1f81cad

Please sign in to comment.