Loading Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ## Refactor * Remove unused setPreload function [#7354](https://github.com/diaspora/diaspora/pull/7354) * Remove jQuery deprecations [#7356](https://github.com/diaspora/diaspora/pull/7356) * Use empty selector where "#" was used as a selector before (prepare jQuery 3 upgrade) [#7372](https://github.com/diaspora/diaspora/pull/7372) ## Bug fixes Loading app/assets/javascripts/helpers/markdown_editor.js +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ Diaspora.MarkdownEditor.prototype = { var tabElement = $("<ul class='nav nav-tabs btn-group write-preview-tabs'></ul>"); var writeTab = $("<li class='active full-height' role='presentation'></li>"); this.writeLink = $("<a class='full-height md-write-tab' href='#'></a>") this.writeLink = $("<a class='full-height md-write-tab' href='#' data-target=' '></a>") .attr("title", Diaspora.I18n.t("publisher.markdown_editor.tooltips.write")); this.writeLink.append($("<i class='visible-sm visible-xs visible-md diaspora-custom-compose'></i>")); Loading @@ -80,7 +80,7 @@ Diaspora.MarkdownEditor.prototype = { writeTab.append(this.writeLink); var previewTab = $("<li class='full-height' role='presentation'></li>"); this.previewLink = $("<a class='full-height md-preview-tab' href='#'></a>") this.previewLink = $("<a class='full-height md-preview-tab' href='#' data-target=' '></a>") .attr("title", Diaspora.I18n.t("publisher.markdown_editor.tooltips.preview")); this.previewLink.append($("<i class='visible-sm visible-xs visible-md entypo-search'>")); Loading app/assets/templates/header_tpl.jst.hbs +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ <ul class="nav navbar-nav navbar-left nav-badges hidden-sm hidden-xs"> <li class="dropdown" id="notification-dropdown"> <a id="notifications-link" href="/notifications" title="{{t "header.notifications"}}" class="notifications-link nav-badge hidden-sm hidden-xs" role="button" data-toggle="dropdown" aria-expanded="false" data-target="#"> <a id="notifications-link" href="/notifications" title="{{t "header.notifications"}}" class="notifications-link nav-badge hidden-sm hidden-xs" role="button" data-toggle="dropdown" aria-expanded="false" data-target=" "> <i class="entypo-bell"></i> <span class="badge badge-important {{#unless current_user.notifications_count}} hidden {{/unless}}"> {{current_user.notifications_count}} Loading app/views/aspects/_no_contacts_message.haml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ %p != t(".try_adding_some_more_contacts", invite_link: link_to(t(".invite_link_text"), "#", " ", class: "invitations-link", data: {toggle: "modal"})) Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ## Refactor * Remove unused setPreload function [#7354](https://github.com/diaspora/diaspora/pull/7354) * Remove jQuery deprecations [#7356](https://github.com/diaspora/diaspora/pull/7356) * Use empty selector where "#" was used as a selector before (prepare jQuery 3 upgrade) [#7372](https://github.com/diaspora/diaspora/pull/7372) ## Bug fixes Loading
app/assets/javascripts/helpers/markdown_editor.js +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ Diaspora.MarkdownEditor.prototype = { var tabElement = $("<ul class='nav nav-tabs btn-group write-preview-tabs'></ul>"); var writeTab = $("<li class='active full-height' role='presentation'></li>"); this.writeLink = $("<a class='full-height md-write-tab' href='#'></a>") this.writeLink = $("<a class='full-height md-write-tab' href='#' data-target=' '></a>") .attr("title", Diaspora.I18n.t("publisher.markdown_editor.tooltips.write")); this.writeLink.append($("<i class='visible-sm visible-xs visible-md diaspora-custom-compose'></i>")); Loading @@ -80,7 +80,7 @@ Diaspora.MarkdownEditor.prototype = { writeTab.append(this.writeLink); var previewTab = $("<li class='full-height' role='presentation'></li>"); this.previewLink = $("<a class='full-height md-preview-tab' href='#'></a>") this.previewLink = $("<a class='full-height md-preview-tab' href='#' data-target=' '></a>") .attr("title", Diaspora.I18n.t("publisher.markdown_editor.tooltips.preview")); this.previewLink.append($("<i class='visible-sm visible-xs visible-md entypo-search'>")); Loading
app/assets/templates/header_tpl.jst.hbs +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ <ul class="nav navbar-nav navbar-left nav-badges hidden-sm hidden-xs"> <li class="dropdown" id="notification-dropdown"> <a id="notifications-link" href="/notifications" title="{{t "header.notifications"}}" class="notifications-link nav-badge hidden-sm hidden-xs" role="button" data-toggle="dropdown" aria-expanded="false" data-target="#"> <a id="notifications-link" href="/notifications" title="{{t "header.notifications"}}" class="notifications-link nav-badge hidden-sm hidden-xs" role="button" data-toggle="dropdown" aria-expanded="false" data-target=" "> <i class="entypo-bell"></i> <span class="badge badge-important {{#unless current_user.notifications_count}} hidden {{/unless}}"> {{current_user.notifications_count}} Loading
app/views/aspects/_no_contacts_message.haml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ %p != t(".try_adding_some_more_contacts", invite_link: link_to(t(".invite_link_text"), "#", " ", class: "invitations-link", data: {toggle: "modal"})) Loading