When I try to load a node I see a 404 in the console with a link formatted like http://site.com/bs_modal/node/68?_=1453465769457

The html link is:
<a class="btn jquery_ajax_load_TB bs_modal" href="node/68">Javascript Ajax Modal Test /node/68</a>

Comments

yonescat created an issue. See original summary.

yonescat’s picture

Issue summary: View changes
errand’s picture

Confirm having the same issue while trying to open webform 4.12 from node.tpl (bootstrap theme, jquery update with jq version 2.1)

<a class="btn btn-danger tb_modal" href="/abuse?nid='.$node->nid.'">Report spam</a>

This link opens the window with Loading... process and 404 (..../bs_modal/abuse?nid=6&_=1454262670921 ) in log

.twitter_bootstrap_modal Class doesn't fire modal at all :(

errand’s picture

Status: Active » Closed (works as designed)

Ok, i got it working by using both classes at once


<a class="btn btn-danger twitter_bootstrap_modal tb_modal" href="/abuse?nid='.$node->nid.'">Report spam</a>