Commit 7ddb6e8d by Thiago Talma

Spaces added

parent dbe18d7b
...@@ -35,7 +35,7 @@ yii.gii = (function ($) { ...@@ -35,7 +35,7 @@ yii.gii = (function ($) {
}; };
var initPreviewDiffLinks = function () { var initPreviewDiffLinks = function () {
$('.preview-code,.diff-code,.modal-refresh').on('click', function () { $('.preview-code, .diff-code, .modal-refresh').on('click', function () {
var $modal = $('#preview-modal'); var $modal = $('#preview-modal');
var $link = $(this); var $link = $(this);
$modal.find('.modal-refresh').attr('href', $link.prop('href')); $modal.find('.modal-refresh').attr('href', $link.prop('href'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment