// jQuery
$(document).ready(function() {
// code
})
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setupController: function(controller, model) { | |
var report; | |
if (Ember.typeOf(model) === 'instance') { | |
report = model; | |
} else { | |
var title = this.get('routeName').split('.')[1]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"generatorsetup": { | |
"_id": "524e96b7ef86a4744ecc806c", | |
"name": "Iest test", | |
"catalogueId": "523314fc1c264d2131cbe7df", | |
"type": "ADWORDS", | |
"grouping": "", | |
"fields": { | |
"campaign": "", | |
"adgroup": "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error processing request | |
java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at core.http.RoutesHandler.channelRead0(RoutesHandler.java:161) | |
at core.http.RoutesHandler.channelRead0(RoutesHandler.java:47) | |
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opacity(amount) | |
opacity amount | |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=%s)" % (amount * 100); | |
// Just use opacity as you normally would in your stylus, and get support for IE8! |
NewerOlder