Переглянути джерело

I forgot how to jQuery

pull/47/head^2
marktaiwan czaks 9 роки тому
джерело
коміт
84bc3b0f7b
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      js/inline-expanding.js

+ 1
- 1
js/inline-expanding.js Переглянути файл

@@ -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');


Завантаження…
Відмінити
Зберегти