Procházet zdrojové kódy

I forgot how to jQuery

pull/47/head^2
marktaiwan czaks před 9 roky
rodič
revize
84bc3b0f7b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      js/inline-expanding.js

+ 1
- 1
js/inline-expanding.js Zobrazit soubor

@@ -115,7 +115,7 @@ $(document).ready(function(){
if (!$(this).data('expanded')) {

if (~this.parentNode.className.indexOf('multifile'))
$(this).data('width') = this.parentNode.style.width;
$(this).data('width', this.parentNode.style.width);

this.parentNode.removeAttribute('style');
$(this).data('expanded', 'true');


Načítá se…
Zrušit
Uložit