Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

59 production #76

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

59 production #76

wants to merge 20 commits into from

Conversation

hmtanbir
Copy link
Member

function($) {
"use strict";
$.Dashboard1.init();
}(window.jQuery);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.


},
//init
$.Dashboard1 = new Dashboard1, $.Dashboard1.Constructor = Dashboard1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing '()' invoking a constructor.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

"use strict";

var Dashboard1 = function() {
this.$realData = []

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

function($) {
"use strict";
$.Components.init();
}(window.jQuery);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

$.Portlet.init();
},

$.Components = new Components, $.Components.Constructor = Components

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing '()' invoking a constructor.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

this.initMultiSelect(),
this.initPeityCharts(),
//creating portles
$.Portlet.init();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.


//range slider
Components.prototype.initRangeSlider = function() {
$.fn.slider && $('[data-plugin="range-slider"]').slider({});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

//initializing nicescroll
Components.prototype.initNiceScrollPlugin = function() {
//You can change the color of scroll bar here
$.fn.niceScroll && $(".nicescroll").niceScroll({ cursorcolor: '#98a6ad',cursorwidth:'6px', cursorborderradius: '5px'});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.


//initializing popover
Components.prototype.initPopoverPlugin = function() {
$.fn.popover && $('[data-toggle="popover"]').popover()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.


//initializing tooltip
Components.prototype.initTooltipPlugin = function() {
$.fn.tooltip && $('[data-toggle="tooltip"]').tooltip()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.


},
//init
$.Notification = new Notification, $.Notification.Constructor = Notification

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing '()' invoking a constructor.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

});
},
//
$.Portlet = new Portlet, $.Portlet.Constructor = Portlet

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing '()' invoking a constructor.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

var $portlet = $(this).closest($this.$portletIdentifier);
var $portlet_parent = $portlet.parent();
$portlet.remove();
if ($portlet_parent.children().length == 0) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use '===' to compare with '0'.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

this.$body = $("body"),
this.$portletIdentifier = ".portlet",
this.$portletCloser = '.portlet a[data-toggle="remove"]',
this.$portletRefresher = '.portlet a[data-toggle="reload"]'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.
Missing semicolon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ignore this.

@hmtanbir hmtanbir temporarily deployed to collegebd January 28, 2017 16:12 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd January 28, 2017 17:44 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd January 29, 2017 17:09 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd January 30, 2017 18:22 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd January 31, 2017 15:53 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd February 1, 2017 16:27 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd February 1, 2017 16:46 Inactive
@hmtanbir hmtanbir temporarily deployed to deibd February 2, 2017 09:11 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants