1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00

Fixes #716 Исправлено добавление опросов

This commit is contained in:
Denis Shakhov 2015-10-21 23:10:43 +07:00
parent e90c5bd058
commit 6690964639
4 changed files with 12 additions and 4 deletions

View file

@ -11,7 +11,7 @@
(function($) {
"use strict";
$.widget( "livestreet.lsPollManage", {
$.widget( "livestreet.lsPollManage", $.livestreet.lsComponent, {
/**
* Дефолтные опции
*/
@ -73,6 +73,8 @@
* @private
*/
_create: function () {
this._super();
var _this = this;
this.elements = {

View file

@ -11,7 +11,7 @@
(function($) {
"use strict";
$.widget( "livestreet.lsPoll", {
$.widget( "livestreet.lsPoll", $.livestreet.lsComponent, {
/**
* Дефолтные опции
*/
@ -51,6 +51,8 @@
* @private
*/
_create: function () {
this._super();
var _this = this;
this.elements = {

View file

@ -11,7 +11,7 @@
(function($) {
"use strict";
$.widget( "livestreet.lsReport", {
$.widget( "livestreet.lsReport", $.livestreet.lsComponent, {
/**
* Дефолтные опции
*/
@ -37,6 +37,8 @@
* @private
*/
_create: function () {
this._super();
this.option( 'params', $.extend( {}, this.option( 'params' ), ls.utils.getDataOptions( this.element, 'param' ) ) );
this._on({ click: this.showModal });

View file

@ -11,7 +11,7 @@
(function($) {
"use strict";
$.widget( "livestreet.lsTopicAdd", {
$.widget( "livestreet.lsTopicAdd", $.livestreet.lsComponent, {
/**
* Дефолтные опции
*/
@ -47,6 +47,8 @@
* @private
*/
_create: function () {
this._super();
var _this = this;
this.elements = {