JS/css issues
-
Hey!
There are some minor issues that should be fixed.
1. In ssba.js and ssba-min.js you are using .prop() and .atrr() in the same file but .atrr() deprecated since some jquery versions. In order to follow the standard .prop() should be used instead of .atrr() to prevent errors.
2. In these both files youa re using “left=’ + left;” to give the popup window a position from the left-side but if you are working with more than one screen on your computer and the browser is open on the right screen then the popup will open everytime on the left screen because your width and height values are calculated to the whole desktop size. Maybe you should rethink to this option. I personally had removed completely.
3. The option to show the buttons e.g. not in home isn’t working for the css-styles. They are loaded on each area in the document-header.
The topic ‘JS/css issues’ is closed to new replies.