Commit f3293d2 David Heinemeier Hansson
committed
1 parent 2568736 commit f3293d2 Copy full SHA for f3293d2
File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2560,6 +2560,7 @@ class Session {
2560
2560
const form = document . createElement ( "form" ) ;
2561
2561
form . method = linkMethod ;
2562
2562
form . action = link . getAttribute ( "href" ) || "undefined" ;
2563
+ form . hidden = true ;
2563
2564
( _a = link . parentNode ) === null || _a === void 0 ? void 0 : _a . insertBefore ( form , link ) ;
2564
2565
return dispatch ( "submit" , {
2565
2566
cancelable : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hotwired/turbo-rails" ,
3
- "version" : " 7.0.0-rc.4 " ,
3
+ "version" : " 7.0.0-rc.5 " ,
4
4
"description" : " The speed of a single-page web application without having to write any JavaScript" ,
5
5
"module" : " app/javascript/turbo/index.js" ,
6
6
"main" : " app/assets/javascripts/turbo.js" ,
13
13
"release" : " npm publish && git commit -am \" $npm_package_name v$npm_package_version\" && git push"
14
14
},
15
15
"dependencies" : {
16
- "@hotwired/turbo" : " ^7.0.0-rc.4 " ,
16
+ "@hotwired/turbo" : " ^7.0.0-rc.5 " ,
17
17
"@rails/actioncable" : " ^6.0.0"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 23
23
chalk "^2.0.0"
24
24
js-tokens "^4.0.0"
25
25
26
- " @hotwired/turbo@^7.0.0-rc.4 " :
27
- version "7.0.0-rc.4 "
28
- resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-7.0.0-rc.4 .tgz#d3ab9555544534f5ec649613553e72ff6c7d7122 "
29
- integrity sha512-4qx+6O6mUN+cSN+ZLGCOGc+2MxNrs7cFbmnWD6LIfiHAQyuNiIuB87Y5IAtOo8xj16fOBd2CdU1WRJya4Wkw0A ==
26
+ " @hotwired/turbo@^7.0.0-rc.5 " :
27
+ version "7.0.0-rc.5 "
28
+ resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-7.0.0-rc.5 .tgz#a49f0a41e0f698f5da65c70e8b822d30f303e3b6 "
29
+ integrity sha512-n/LBD8mIZhQ2pqxlEw0L7h2F8YuETppQWUOSE1lSWx2gXkhE+RlInZslsqcZoQzJ0sOAZeO6fLv+WwTrwQMSmg ==
30
30
31
31
" @rails/actioncable@^6.0.0 " :
32
32
version "6.1.3"
You can’t perform that action at this time.
0 commit comments