From 66c4db5001b4e6a166052b6e71926928ca4c4c10 Mon Sep 17 00:00:00 2001 From: Davit Barbakadze Date: Tue, 7 Mar 2017 07:20:50 +0400 Subject: [PATCH] integrtaions, jquery-ui: Fix fiddle link. Address #378. --- integrations/jquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/jquery.md b/integrations/jquery.md index d377f5d21..04d6a0a91 100644 --- a/integrations/jquery.md +++ b/integrations/jquery.md @@ -8,7 +8,7 @@ keywords: integration integrate jquery javascript ## TinyMCE in a jQuery UI Dialog -You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab) for a working example. +You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab/713) for a working example. ```js // Prevent jQuery UI dialog from blocking focusin