From 4d5243674a0a236af2ff218da1decaafbdeaa719 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 13:51:20 -0700 Subject: remove deprecated warnings from docs --- docs/_includes/js/modal.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 18bfad78a..a64b6b1b6 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -255,18 +255,6 @@ true Shows the modal when initialized. - - remote - path - false - -

This option is deprecated since v3.2.1 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

-

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

-{% highlight html %} -Click me -{% endhighlight %} - - -- cgit v1.2.3