|
@@ -174,6 +174,7 @@ namespace Spry {
|
|
|
var path = _continuation_provider.get_continuation_path(this);
|
|
var path = _continuation_provider.get_continuation_path(this);
|
|
|
node.set_attribute("hx-ext", "sse");
|
|
node.set_attribute("hx-ext", "sse");
|
|
|
node.set_attribute("sse-connect", path);
|
|
node.set_attribute("sse-connect", path);
|
|
|
|
|
+ node.set_attribute("sse-close", "_spry-close");
|
|
|
node.remove_attribute("spry-continuation");
|
|
node.remove_attribute("spry-continuation");
|
|
|
}
|
|
}
|
|
|
|
|
|