Skip to content
Snippets Groups Projects
Verified Commit ec59a5fe authored by Dave Long's avatar Dave Long
Browse files

Issue #3406109 by Drupaler_Kushal, KarimB, Lenenba, smustgrave, quietone:...

Issue #3406109 by Drupaler_Kushal, KarimB, Lenenba, smustgrave, quietone: Correct 'milli' in core/form.js

(cherry picked from commit 03bdedd3)
parent a7d396f1
Branches
Tags
9 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...
Pipeline #91835 passed
Pipeline: drupal

#91836

    ......@@ -464,7 +464,6 @@ metatags
    mglaman
    micheh
    mikey
    milli
    mimetypes
    minifyzombies
    minusthick
    ......
    ......@@ -111,10 +111,10 @@
    * (due to limitations of jQuery.serialize()). That is deemed to be
    * acceptable, because if the user forgot to attach a file, then the size of
    * HTTP payload will most likely be small enough to be fully passed to the
    * server endpoint within (milli)seconds. If a user mistakenly attached a
    * wrong file and is technically versed enough to cancel the form submission
    * (and HTTP payload) in order to attach a different file, then that
    * edge-case is not supported here.
    * server endpoint within seconds, or even milliseconds. If a user
    * mistakenly attached a wrong file and is technically versed enough to
    * cancel the form submission (and HTTP payload) in order to attach a
    * different file, then that edge-case is not supported here.
    *
    * Lastly, all forms submitted via HTTP GET are idempotent by definition of
    * HTTP standards, so excluded in this implementation.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment