Project

General

Profile

Actions

Patch #32381

open

Wiki preview : manage dynamic content

Added by Jérôme BATAILLE over 4 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hi,

  • In public/javascripts/application.js
    The wiki toolbar preview event is written like this :
    $('#content').on('click', 'div.jstTabs a.tab-preview', function(event){
...
  • If we re-write it like this, dynamic added wiki content preview (like the one in modal windows) will work :
  $('body').on('click', '#content.scrum div.jstTabs a.tab-preview', function(event){
...
Actions

Also available in: Atom PDF